Class GetBillingViewRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.billing.transform.GetBillingViewRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetBillingViewRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<GetBillingViewRequest>
- Parameters:
getBillingViewRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-