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