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