Class RotateSigningSecretResponse.Builder
java.lang.Object
com.google.genai.gaos.models.operations.RotateSigningSecretResponse.Builder
- Enclosing class:
- RotateSigningSecretResponse
-
Method Summary
Modifier and TypeMethodDescriptionbuild()contentType(String contentType) HTTP response content type for this operationrawResponse(HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsingstatusCode(int statusCode) HTTP response status code for this operationwebhookRotateSigningSecretResponse(WebhookRotateSigningSecretResponse webhookRotateSigningSecretResponse) Successful operation
-
Method Details
-
contentType
HTTP response content type for this operation -
statusCode
HTTP response status code for this operation -
rawResponse
public RotateSigningSecretResponse.Builder rawResponse(@Nonnull HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsing -
webhookRotateSigningSecretResponse
public RotateSigningSecretResponse.Builder webhookRotateSigningSecretResponse(@Nullable WebhookRotateSigningSecretResponse webhookRotateSigningSecretResponse) Successful operation -
build
-