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