Class ListWorkloadsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.launchwizard.transform.ListWorkloadsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListWorkloadsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListWorkloadsRequestMarshaller
extends Object
implements Marshaller<ListWorkloadsRequest>
ListWorkloadsRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListWorkloadsRequest listWorkloadsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListWorkloadsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListWorkloadsRequest>
- Parameters:
- listWorkloadsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-