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