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