Class RotateSigningSecretResponse
java.lang.Object
com.google.genai.gaos.models.operations.async.RotateSigningSecretResponse
- All Implemented Interfaces:
AsyncResponse
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionRotateSigningSecretResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse) RotateSigningSecretResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, WebhookRotateSigningSecretResponse webhookRotateSigningSecretResponse) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()HTTP response content type for this operationbooleaninthashCode()Raw HTTP response; suitable for custom response parsingintHTTP response status code for this operationtoString()Successful operationwithContentType(String contentType) HTTP response content type for this operationwithRawResponse(HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsingwithStatusCode(int statusCode) HTTP response status code for this operationwithWebhookRotateSigningSecretResponse(WebhookRotateSigningSecretResponse webhookRotateSigningSecretResponse) Successful operation
-
Constructor Details
-
RotateSigningSecretResponse
public RotateSigningSecretResponse(@Nonnull String contentType, int statusCode, @Nonnull HttpResponse<InputStream> rawResponse, @Nullable WebhookRotateSigningSecretResponse webhookRotateSigningSecretResponse) -
RotateSigningSecretResponse
public RotateSigningSecretResponse(@Nonnull String contentType, int statusCode, @Nonnull HttpResponse<InputStream> rawResponse)
-
-
Method Details
-
contentType
HTTP response content type for this operation- Specified by:
contentTypein interfaceAsyncResponse
-
statusCode
public int statusCode()HTTP response status code for this operation- Specified by:
statusCodein interfaceAsyncResponse
-
rawResponse
Raw HTTP response; suitable for custom response parsing- Specified by:
rawResponsein interfaceAsyncResponse
-
webhookRotateSigningSecretResponse
Successful operation -
builder
-
withContentType
HTTP response content type for this operation -
withStatusCode
HTTP response status code for this operation -
withRawResponse
Raw HTTP response; suitable for custom response parsing -
withWebhookRotateSigningSecretResponse
public RotateSigningSecretResponse withWebhookRotateSigningSecretResponse(@Nullable WebhookRotateSigningSecretResponse webhookRotateSigningSecretResponse) Successful operation -
equals
-
hashCode
public int hashCode() -
toString
-