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