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