Class DeleteBotChannelAssociationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.lexmodelbuilding.transform.DeleteBotChannelAssociationRequestMarshaller
- All Implemented Interfaces:
 Marshaller<DeleteBotChannelAssociationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<DeleteBotChannelAssociationRequest>- Parameters:
 deleteBotChannelAssociationRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -