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