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