Class BatchGetCommandExecutionsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.codebuild.transform.BatchGetCommandExecutionsRequestMarshaller
- All Implemented Interfaces:
Marshaller<BatchGetCommandExecutionsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<BatchGetCommandExecutionsRequest>- Parameters:
batchGetCommandExecutionsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-