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