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