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