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 Summary
ConstructorsConstructorDescriptionCreateBillingViewRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(CreateBillingViewRequest createBillingViewRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
CreateBillingViewRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CreateBillingViewRequest>- Parameters:
createBillingViewRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-