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