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