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