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