7#include <aws/connecthealth/ConnectHealth_EXPORTS.h>
8#include <aws/connecthealth/model/DomainStatus.h>
9#include <aws/connecthealth/model/EncryptionContext.h>
10#include <aws/connecthealth/model/WebAppConfiguration.h>
11#include <aws/core/http/HttpResponse.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/core/utils/memory/stl/AWSString.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace ConnectHealth {
40 template <
typename DomainIdT = Aws::String>
42 m_domainIdHasBeenSet =
true;
43 m_domainId = std::forward<DomainIdT>(value);
45 template <
typename DomainIdT = Aws::String>
57 template <
typename ArnT = Aws::String>
59 m_arnHasBeenSet =
true;
60 m_arn = std::forward<ArnT>(value);
62 template <
typename ArnT = Aws::String>
64 SetArn(std::forward<ArnT>(value));
74 template <
typename NameT = Aws::String>
76 m_nameHasBeenSet =
true;
77 m_name = std::forward<NameT>(value);
79 template <
typename NameT = Aws::String>
81 SetName(std::forward<NameT>(value));
91 template <
typename KmsKeyArnT = Aws::String>
93 m_kmsKeyArnHasBeenSet =
true;
94 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
96 template <
typename KmsKeyArnT = Aws::String>
108 template <
typename EncryptionContextT = EncryptionContext>
110 m_encryptionContextHasBeenSet =
true;
111 m_encryptionContext = std::forward<EncryptionContextT>(value);
113 template <
typename EncryptionContextT = EncryptionContext>
126 m_statusHasBeenSet =
true;
140 template <
typename WebAppUrlT = Aws::String>
142 m_webAppUrlHasBeenSet =
true;
143 m_webAppUrl = std::forward<WebAppUrlT>(value);
145 template <
typename WebAppUrlT = Aws::String>
157 template <
typename WebAppConfigurationT = WebAppConfiguration>
159 m_webAppConfigurationHasBeenSet =
true;
160 m_webAppConfiguration = std::forward<WebAppConfigurationT>(value);
162 template <
typename WebAppConfigurationT = WebAppConfiguration>
174 template <
typename CreatedAtT = Aws::Utils::DateTime>
176 m_createdAtHasBeenSet =
true;
177 m_createdAt = std::forward<CreatedAtT>(value);
179 template <
typename CreatedAtT = Aws::Utils::DateTime>
191 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
193 m_tagsHasBeenSet =
true;
194 m_tags = std::forward<TagsT>(value);
196 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
198 SetTags(std::forward<TagsT>(value));
201 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
203 m_tagsHasBeenSet =
true;
204 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
212 template <
typename RequestIdT = Aws::String>
214 m_requestIdHasBeenSet =
true;
215 m_requestId = std::forward<RequestIdT>(value);
217 template <
typename RequestIdT = Aws::String>
240 WebAppConfiguration m_webAppConfiguration;
248 bool m_domainIdHasBeenSet =
false;
249 bool m_arnHasBeenSet =
false;
250 bool m_nameHasBeenSet =
false;
251 bool m_kmsKeyArnHasBeenSet =
false;
252 bool m_encryptionContextHasBeenSet =
false;
253 bool m_statusHasBeenSet =
false;
254 bool m_webAppUrlHasBeenSet =
false;
255 bool m_webAppConfigurationHasBeenSet =
false;
256 bool m_createdAtHasBeenSet =
false;
257 bool m_tagsHasBeenSet =
false;
258 bool m_requestIdHasBeenSet =
false;
GetDomainResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetStatus(DomainStatus value)
const Aws::String & GetRequestId() const
const Aws::String & GetWebAppUrl() const
GetDomainResult & WithArn(ArnT &&value)
GetDomainResult & WithWebAppConfiguration(WebAppConfigurationT &&value)
GetDomainResult & WithTags(TagsT &&value)
GetDomainResult & WithWebAppUrl(WebAppUrlT &&value)
void SetKmsKeyArn(KmsKeyArnT &&value)
GetDomainResult & WithStatus(DomainStatus value)
void SetEncryptionContext(EncryptionContextT &&value)
AWS_CONNECTHEALTH_API GetDomainResult()=default
void SetWebAppConfiguration(WebAppConfigurationT &&value)
void SetName(NameT &&value)
const Aws::String & GetArn() const
GetDomainResult & WithName(NameT &&value)
void SetWebAppUrl(WebAppUrlT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetDomainResult & WithKmsKeyArn(KmsKeyArnT &&value)
AWS_CONNECTHEALTH_API GetDomainResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const EncryptionContext & GetEncryptionContext() const
void SetDomainId(DomainIdT &&value)
void SetRequestId(RequestIdT &&value)
const WebAppConfiguration & GetWebAppConfiguration() const
void SetCreatedAt(CreatedAtT &&value)
GetDomainResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetKmsKeyArn() const
DomainStatus GetStatus() const
const Aws::String & GetName() const
void SetArn(ArnT &&value)
GetDomainResult & WithDomainId(DomainIdT &&value)
AWS_CONNECTHEALTH_API GetDomainResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTags(TagsT &&value)
GetDomainResult & WithEncryptionContext(EncryptionContextT &&value)
GetDomainResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetDomainId() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue