Class CreateWorkloadRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.wellarchitected.transform.CreateWorkloadRequestMarshaller
- All Implemented Interfaces:
 Marshaller<CreateWorkloadRequest>
@Generated("software.amazon.awssdk:codegen")
public class CreateWorkloadRequestMarshaller
extends Object
implements Marshaller<CreateWorkloadRequest>
CreateWorkloadRequest Marshaller- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(CreateWorkloadRequest createWorkloadRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
CreateWorkloadRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<CreateWorkloadRequest>- Parameters:
 createWorkloadRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -