Class ApiGatewayV2Request
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.apigatewayv2.model.ApiGatewayV2Request
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
CreateApiMappingRequest,CreateApiRequest,CreateAuthorizerRequest,CreateDeploymentRequest,CreateDomainNameRequest,CreateIntegrationRequest,CreateIntegrationResponseRequest,CreateModelRequest,CreateRouteRequest,CreateRouteResponseRequest,CreateStageRequest,CreateVpcLinkRequest,DeleteAccessLogSettingsRequest,DeleteApiMappingRequest,DeleteApiRequest,DeleteAuthorizerRequest,DeleteCorsConfigurationRequest,DeleteDeploymentRequest,DeleteDomainNameRequest,DeleteIntegrationRequest,DeleteIntegrationResponseRequest,DeleteModelRequest,DeleteRouteRequest,DeleteRouteRequestParameterRequest,DeleteRouteResponseRequest,DeleteRouteSettingsRequest,DeleteStageRequest,DeleteVpcLinkRequest,ExportApiRequest,GetApiMappingRequest,GetApiMappingsRequest,GetApiRequest,GetApisRequest,GetAuthorizerRequest,GetAuthorizersRequest,GetDeploymentRequest,GetDeploymentsRequest,GetDomainNameRequest,GetDomainNamesRequest,GetIntegrationRequest,GetIntegrationResponseRequest,GetIntegrationResponsesRequest,GetIntegrationsRequest,GetModelRequest,GetModelsRequest,GetModelTemplateRequest,GetRouteRequest,GetRouteResponseRequest,GetRouteResponsesRequest,GetRoutesRequest,GetStageRequest,GetStagesRequest,GetTagsRequest,GetVpcLinkRequest,GetVpcLinksRequest,ImportApiRequest,ReimportApiRequest,ResetAuthorizersCacheRequest,TagResourceRequest,UntagResourceRequest,UpdateApiMappingRequest,UpdateApiRequest,UpdateAuthorizerRequest,UpdateDeploymentRequest,UpdateDomainNameRequest,UpdateIntegrationRequest,UpdateIntegrationResponseRequest,UpdateModelRequest,UpdateRouteRequest,UpdateRouteResponseRequest,UpdateStageRequest,UpdateVpcLinkRequest
@Generated("software.amazon.awssdk:codegen") public abstract class ApiGatewayV2Request extends AwsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApiGatewayV2Request.Builderprotected static classApiGatewayV2Request.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedApiGatewayV2Request(ApiGatewayV2Request.Builder builder)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ApiGatewayV2Request.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
equals, hashCode, overrideConfiguration
-
Methods inherited from class software.amazon.awssdk.core.SdkRequest
getValueForField
-
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, sdkFields
-
-
-
-
Constructor Detail
-
ApiGatewayV2Request
protected ApiGatewayV2Request(ApiGatewayV2Request.Builder builder)
-
-
Method Detail
-
toBuilder
public abstract ApiGatewayV2Request.Builder toBuilder()
- Specified by:
toBuilderin classAwsRequest
-
-