Class DescribeSlackChannelConfigurationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.chatbot.transform.DescribeSlackChannelConfigurationsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<DescribeSlackChannelConfigurationsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DescribeSlackChannelConfigurationsRequestMarshaller
extends Object
implements Marshaller<DescribeSlackChannelConfigurationsRequest>
DescribeSlackChannelConfigurationsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DescribeSlackChannelConfigurationsRequest describeSlackChannelConfigurationsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DescribeSlackChannelConfigurationsRequestMarshallerpublic DescribeSlackChannelConfigurationsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(DescribeSlackChannelConfigurationsRequest describeSlackChannelConfigurationsRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DescribeSlackChannelConfigurationsRequest>
- Parameters:
- describeSlackChannelConfigurationsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-