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