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