Class GetBillingGroupCostReportRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.billingconductor.transform.GetBillingGroupCostReportRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetBillingGroupCostReportRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetBillingGroupCostReportRequestMarshaller
extends Object
implements Marshaller<GetBillingGroupCostReportRequest>
GetBillingGroupCostReportRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionGetBillingGroupCostReportRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetBillingGroupCostReportRequest getBillingGroupCostReportRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetBillingGroupCostReportRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(GetBillingGroupCostReportRequest getBillingGroupCostReportRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetBillingGroupCostReportRequest>
- Parameters:
- getBillingGroupCostReportRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-