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