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