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