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