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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ListCommitmentPurchaseAnalysesRequest>
- Parameters:
listCommitmentPurchaseAnalysesRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-