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