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