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