7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qbusiness/QBusiness_EXPORTS.h>
10#include <aws/qbusiness/model/ChatResponseConfigurationStatus.h>
46 template <
typename ChatResponseConfigurationIdT = Aws::String>
48 m_chatResponseConfigurationIdHasBeenSet =
true;
49 m_chatResponseConfigurationId = std::forward<ChatResponseConfigurationIdT>(value);
51 template <
typename ChatResponseConfigurationIdT = Aws::String>
66 template <
typename ChatResponseConfigurationArnT = Aws::String>
68 m_chatResponseConfigurationArnHasBeenSet =
true;
69 m_chatResponseConfigurationArn = std::forward<ChatResponseConfigurationArnT>(value);
71 template <
typename ChatResponseConfigurationArnT = Aws::String>
85 template <
typename DisplayNameT = Aws::String>
87 m_displayNameHasBeenSet =
true;
88 m_displayName = std::forward<DisplayNameT>(value);
90 template <
typename DisplayNameT = Aws::String>
105 template <
typename ResponseConfigurationSummaryT = Aws::String>
107 m_responseConfigurationSummaryHasBeenSet =
true;
108 m_responseConfigurationSummary = std::forward<ResponseConfigurationSummaryT>(value);
110 template <
typename ResponseConfigurationSummaryT = Aws::String>
126 m_statusHasBeenSet =
true;
142 template <
typename CreatedAtT = Aws::Utils::DateTime>
144 m_createdAtHasBeenSet =
true;
145 m_createdAt = std::forward<CreatedAtT>(value);
147 template <
typename CreatedAtT = Aws::Utils::DateTime>
162 template <
typename UpdatedAtT = Aws::Utils::DateTime>
164 m_updatedAtHasBeenSet =
true;
165 m_updatedAt = std::forward<UpdatedAtT>(value);
167 template <
typename UpdatedAtT = Aws::Utils::DateTime>
187 bool m_chatResponseConfigurationIdHasBeenSet =
false;
188 bool m_chatResponseConfigurationArnHasBeenSet =
false;
189 bool m_displayNameHasBeenSet =
false;
190 bool m_responseConfigurationSummaryHasBeenSet =
false;
191 bool m_statusHasBeenSet =
false;
192 bool m_createdAtHasBeenSet =
false;
193 bool m_updatedAtHasBeenSet =
false;
bool ResponseConfigurationSummaryHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_QBUSINESS_API ChatResponseConfiguration()=default
AWS_QBUSINESS_API ChatResponseConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ChatResponseConfigurationStatus GetStatus() const
void SetStatus(ChatResponseConfigurationStatus value)
void SetCreatedAt(CreatedAtT &&value)
void SetResponseConfigurationSummary(ResponseConfigurationSummaryT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetDisplayName() const
bool CreatedAtHasBeenSet() const
const Aws::String & GetChatResponseConfigurationArn() const
ChatResponseConfiguration & WithChatResponseConfigurationId(ChatResponseConfigurationIdT &&value)
ChatResponseConfiguration & WithUpdatedAt(UpdatedAtT &&value)
bool UpdatedAtHasBeenSet() const
void SetDisplayName(DisplayNameT &&value)
ChatResponseConfiguration & WithDisplayName(DisplayNameT &&value)
bool StatusHasBeenSet() const
AWS_QBUSINESS_API ChatResponseConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetChatResponseConfigurationId() const
void SetChatResponseConfigurationArn(ChatResponseConfigurationArnT &&value)
void SetChatResponseConfigurationId(ChatResponseConfigurationIdT &&value)
bool ChatResponseConfigurationArnHasBeenSet() const
ChatResponseConfiguration & WithChatResponseConfigurationArn(ChatResponseConfigurationArnT &&value)
bool ChatResponseConfigurationIdHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
ChatResponseConfiguration & WithStatus(ChatResponseConfigurationStatus value)
bool DisplayNameHasBeenSet() const
ChatResponseConfiguration & WithCreatedAt(CreatedAtT &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetResponseConfigurationSummary() const
ChatResponseConfiguration & WithResponseConfigurationSummary(ResponseConfigurationSummaryT &&value)
ChatResponseConfigurationStatus
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue