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