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