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