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