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