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