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