7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/qbusiness/model/ChatResponseConfigurationDetail.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ChatResponseConfigurationIdT = Aws::String>
44 template<
typename ChatResponseConfigurationIdT = Aws::String>
55 template<
typename ChatResponseConfigurationArnT = Aws::String>
57 template<
typename ChatResponseConfigurationArnT = Aws::String>
67 template<
typename DisplayNameT = Aws::String>
69 template<
typename DisplayNameT = Aws::String>
79 template<
typename CreatedAtT = Aws::Utils::DateTime>
80 void SetCreatedAt(
CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
81 template<
typename CreatedAtT = Aws::Utils::DateTime>
91 template<
typename InUseConfigurationT = ChatResponseConfigurationDetail>
93 template<
typename InUseConfigurationT = ChatResponseConfigurationDetail>
103 template<
typename LastUpdateConfigurationT = ChatResponseConfigurationDetail>
105 template<
typename LastUpdateConfigurationT = ChatResponseConfigurationDetail>
112 template<
typename RequestIdT = Aws::String>
114 template<
typename RequestIdT = Aws::String>
120 bool m_chatResponseConfigurationIdHasBeenSet =
false;
123 bool m_chatResponseConfigurationArnHasBeenSet =
false;
126 bool m_displayNameHasBeenSet =
false;
129 bool m_createdAtHasBeenSet =
false;
131 ChatResponseConfigurationDetail m_inUseConfiguration;
132 bool m_inUseConfigurationHasBeenSet =
false;
134 ChatResponseConfigurationDetail m_lastUpdateConfiguration;
135 bool m_lastUpdateConfigurationHasBeenSet =
false;
138 bool m_requestIdHasBeenSet =
false;
GetChatResponseConfigurationResult & WithDisplayName(DisplayNameT &&value)
GetChatResponseConfigurationResult & WithCreatedAt(CreatedAtT &&value)
AWS_QBUSINESS_API GetChatResponseConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ChatResponseConfigurationDetail & GetInUseConfiguration() const
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetChatResponseConfigurationArn() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetChatResponseConfigurationId() const
GetChatResponseConfigurationResult & WithLastUpdateConfiguration(LastUpdateConfigurationT &&value)
AWS_QBUSINESS_API GetChatResponseConfigurationResult()=default
const Aws::Utils::DateTime & GetCreatedAt() const
GetChatResponseConfigurationResult & WithChatResponseConfigurationArn(ChatResponseConfigurationArnT &&value)
const ChatResponseConfigurationDetail & GetLastUpdateConfiguration() const
GetChatResponseConfigurationResult & WithRequestId(RequestIdT &&value)
void SetInUseConfiguration(InUseConfigurationT &&value)
AWS_QBUSINESS_API GetChatResponseConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetChatResponseConfigurationResult & WithInUseConfiguration(InUseConfigurationT &&value)
const Aws::String & GetDisplayName() const
void SetChatResponseConfigurationArn(ChatResponseConfigurationArnT &&value)
void SetLastUpdateConfiguration(LastUpdateConfigurationT &&value)
GetChatResponseConfigurationResult & WithChatResponseConfigurationId(ChatResponseConfigurationIdT &&value)
void SetChatResponseConfigurationId(ChatResponseConfigurationIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
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