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