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