Class GetTransitGatewayRouteTablePropagationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ec2.transform.GetTransitGatewayRouteTablePropagationsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetTransitGatewayRouteTablePropagationsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetTransitGatewayRouteTablePropagationsRequestMarshaller
extends Object
implements Marshaller<GetTransitGatewayRouteTablePropagationsRequest>
- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetTransitGatewayRouteTablePropagationsRequest getTransitGatewayRouteTablePropagationsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetTransitGatewayRouteTablePropagationsRequestMarshallerpublic GetTransitGatewayRouteTablePropagationsRequestMarshaller(AwsQueryProtocolFactory protocolFactory) 
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(GetTransitGatewayRouteTablePropagationsRequest getTransitGatewayRouteTablePropagationsRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetTransitGatewayRouteTablePropagationsRequest>
- Parameters:
- getTransitGatewayRouteTablePropagationsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-