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