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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<UpdateChimeWebhookConfigurationRequest>- Parameters:
 updateChimeWebhookConfigurationRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -