Class AssociateCustomerGatewayRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.networkmanager.transform.AssociateCustomerGatewayRequestMarshaller
- All Implemented Interfaces:
- Marshaller<AssociateCustomerGatewayRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class AssociateCustomerGatewayRequestMarshaller
extends Object
implements Marshaller<AssociateCustomerGatewayRequest>
AssociateCustomerGatewayRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionAssociateCustomerGatewayRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(AssociateCustomerGatewayRequest associateCustomerGatewayRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
AssociateCustomerGatewayRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<AssociateCustomerGatewayRequest>
- Parameters:
- associateCustomerGatewayRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-