Class CreateVpcEndpointServiceConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ec2.transform.CreateVpcEndpointServiceConfigurationRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateVpcEndpointServiceConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
public class CreateVpcEndpointServiceConfigurationRequestMarshaller
extends Object
implements Marshaller<CreateVpcEndpointServiceConfigurationRequest>
CreateVpcEndpointServiceConfigurationRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(CreateVpcEndpointServiceConfigurationRequest createVpcEndpointServiceConfigurationRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
CreateVpcEndpointServiceConfigurationRequestMarshaller
public CreateVpcEndpointServiceConfigurationRequestMarshaller(AwsQueryProtocolFactory protocolFactory)
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(CreateVpcEndpointServiceConfigurationRequest createVpcEndpointServiceConfigurationRequest) Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<CreateVpcEndpointServiceConfigurationRequest>
- Parameters:
createVpcEndpointServiceConfigurationRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-