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