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