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