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