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