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