Class BatchCreateWorkloadEstimateUsageRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bcmpricingcalculator.transform.BatchCreateWorkloadEstimateUsageRequestMarshaller
- All Implemented Interfaces:
Marshaller<BatchCreateWorkloadEstimateUsageRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<BatchCreateWorkloadEstimateUsageRequest>- Parameters:
batchCreateWorkloadEstimateUsageRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-