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