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