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