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