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