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