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