Class ApiGatewayV2Response
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.apigatewayv2.model.ApiGatewayV2Response
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
CreateApiMappingResponse,CreateApiResponse,CreateAuthorizerResponse,CreateDeploymentResponse,CreateDomainNameResponse,CreateIntegrationResponse,CreateIntegrationResponseResponse,CreateModelResponse,CreateRouteResponse,CreateRouteResponseResponse,CreateStageResponse,CreateVpcLinkResponse,DeleteAccessLogSettingsResponse,DeleteApiMappingResponse,DeleteApiResponse,DeleteAuthorizerResponse,DeleteCorsConfigurationResponse,DeleteDeploymentResponse,DeleteDomainNameResponse,DeleteIntegrationResponse,DeleteIntegrationResponseResponse,DeleteModelResponse,DeleteRouteRequestParameterResponse,DeleteRouteResponse,DeleteRouteResponseResponse,DeleteRouteSettingsResponse,DeleteStageResponse,DeleteVpcLinkResponse,ExportApiResponse,GetApiMappingResponse,GetApiMappingsResponse,GetApiResponse,GetApisResponse,GetAuthorizerResponse,GetAuthorizersResponse,GetDeploymentResponse,GetDeploymentsResponse,GetDomainNameResponse,GetDomainNamesResponse,GetIntegrationResponse,GetIntegrationResponseResponse,GetIntegrationResponsesResponse,GetIntegrationsResponse,GetModelResponse,GetModelsResponse,GetModelTemplateResponse,GetRouteResponse,GetRouteResponseResponse,GetRouteResponsesResponse,GetRoutesResponse,GetStageResponse,GetStagesResponse,GetTagsResponse,GetVpcLinkResponse,GetVpcLinksResponse,ImportApiResponse,ReimportApiResponse,ResetAuthorizersCacheResponse,TagResourceResponse,UntagResourceResponse,UpdateApiMappingResponse,UpdateApiResponse,UpdateAuthorizerResponse,UpdateDeploymentResponse,UpdateDomainNameResponse,UpdateIntegrationResponse,UpdateIntegrationResponseResponse,UpdateModelResponse,UpdateRouteResponse,UpdateRouteResponseResponse,UpdateStageResponse,UpdateVpcLinkResponse
@Generated("software.amazon.awssdk:codegen") public abstract class ApiGatewayV2Response extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApiGatewayV2Response.Builderprotected static classApiGatewayV2Response.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedApiGatewayV2Response(ApiGatewayV2Response.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiGatewayV2ResponseMetadataresponseMetadata()-
Methods inherited from class software.amazon.awssdk.awscore.AwsResponse
equals, hashCode, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
getValueForField, sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Constructor Detail
-
ApiGatewayV2Response
protected ApiGatewayV2Response(ApiGatewayV2Response.Builder builder)
-
-
Method Detail
-
responseMetadata
public ApiGatewayV2ResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-