7#include <aws/chatbot/Chatbot_EXPORTS.h>
8#include <aws/chatbot/ChatbotRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/chatbot/model/CustomActionDefinition.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/chatbot/model/CustomActionAttachment.h>
44 template<
typename CustomActionArnT = Aws::String>
45 void SetCustomActionArn(CustomActionArnT&& value) { m_customActionArnHasBeenSet =
true; m_customActionArn = std::forward<CustomActionArnT>(value); }
46 template<
typename CustomActionArnT = Aws::String>
57 template<
typename DefinitionT = CustomActionDefinition>
58 void SetDefinition(DefinitionT&& value) { m_definitionHasBeenSet =
true; m_definition = std::forward<DefinitionT>(value); }
59 template<
typename DefinitionT = CustomActionDefinition>
70 template<
typename AliasNameT = Aws::String>
71 void SetAliasName(AliasNameT&& value) { m_aliasNameHasBeenSet =
true; m_aliasName = std::forward<AliasNameT>(value); }
72 template<
typename AliasNameT = Aws::String>
83 template<
typename AttachmentsT = Aws::Vector<CustomActionAttachment>>
84 void SetAttachments(AttachmentsT&& value) { m_attachmentsHasBeenSet =
true; m_attachments = std::forward<AttachmentsT>(value); }
85 template<
typename AttachmentsT = Aws::Vector<CustomActionAttachment>>
87 template<
typename AttachmentsT = CustomActionAttachment>
93 bool m_customActionArnHasBeenSet =
false;
96 bool m_definitionHasBeenSet =
false;
99 bool m_aliasNameHasBeenSet =
false;
102 bool m_attachmentsHasBeenSet =
false;
UpdateCustomActionRequest & WithDefinition(DefinitionT &&value)
UpdateCustomActionRequest & WithCustomActionArn(CustomActionArnT &&value)
void SetAliasName(AliasNameT &&value)
void SetAttachments(AttachmentsT &&value)
AWS_CHATBOT_API UpdateCustomActionRequest()=default
void SetCustomActionArn(CustomActionArnT &&value)
UpdateCustomActionRequest & WithAttachments(AttachmentsT &&value)
bool CustomActionArnHasBeenSet() const
bool AliasNameHasBeenSet() const
UpdateCustomActionRequest & AddAttachments(AttachmentsT &&value)
const Aws::Vector< CustomActionAttachment > & GetAttachments() const
bool DefinitionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const CustomActionDefinition & GetDefinition() const
void SetDefinition(DefinitionT &&value)
AWS_CHATBOT_API Aws::String SerializePayload() const override
bool AttachmentsHasBeenSet() const
const Aws::String & GetCustomActionArn() const
UpdateCustomActionRequest & WithAliasName(AliasNameT &&value)
const Aws::String & GetAliasName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector