Class ListStorageLensGroupsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.s3control.transform.ListStorageLensGroupsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListStorageLensGroupsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListStorageLensGroupsRequestMarshaller
extends Object
implements Marshaller<ListStorageLensGroupsRequest>
ListStorageLensGroupsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionListStorageLensGroupsRequestMarshaller(AwsXmlProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListStorageLensGroupsRequest listStorageLensGroupsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListStorageLensGroupsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListStorageLensGroupsRequest>
- Parameters:
- listStorageLensGroupsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-