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