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