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