Class StartCacheReportRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.storagegateway.transform.StartCacheReportRequestMarshaller
- All Implemented Interfaces:
Marshaller<StartCacheReportRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<StartCacheReportRequest>- Parameters:
startCacheReportRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-