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