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