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