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