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