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/AWSString.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace ConnectHealth {
39 template <
typename DomainIdT = Aws::String>
41 m_domainIdHasBeenSet =
true;
42 m_domainId = std::forward<DomainIdT>(value);
44 template <
typename DomainIdT = Aws::String>
56 template <
typename ArnT = Aws::String>
58 m_arnHasBeenSet =
true;
59 m_arn = std::forward<ArnT>(value);
61 template <
typename ArnT = Aws::String>
63 SetArn(std::forward<ArnT>(value));
73 template <
typename NameT = Aws::String>
75 m_nameHasBeenSet =
true;
76 m_name = std::forward<NameT>(value);
78 template <
typename NameT = Aws::String>
80 SetName(std::forward<NameT>(value));
90 template <
typename KmsKeyArnT = Aws::String>
92 m_kmsKeyArnHasBeenSet =
true;
93 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
95 template <
typename KmsKeyArnT = Aws::String>
107 template <
typename EncryptionContextT = EncryptionContext>
109 m_encryptionContextHasBeenSet =
true;
110 m_encryptionContext = std::forward<EncryptionContextT>(value);
112 template <
typename EncryptionContextT = EncryptionContext>
125 m_statusHasBeenSet =
true;
139 template <
typename WebAppUrlT = Aws::String>
141 m_webAppUrlHasBeenSet =
true;
142 m_webAppUrl = std::forward<WebAppUrlT>(value);
144 template <
typename WebAppUrlT = Aws::String>
156 template <
typename WebAppConfigurationT = WebAppConfiguration>
158 m_webAppConfigurationHasBeenSet =
true;
159 m_webAppConfiguration = std::forward<WebAppConfigurationT>(value);
161 template <
typename WebAppConfigurationT = WebAppConfiguration>
173 template <
typename CreatedAtT = Aws::Utils::DateTime>
175 m_createdAtHasBeenSet =
true;
176 m_createdAt = std::forward<CreatedAtT>(value);
178 template <
typename CreatedAtT = Aws::Utils::DateTime>
188 template <
typename RequestIdT = Aws::String>
190 m_requestIdHasBeenSet =
true;
191 m_requestId = std::forward<RequestIdT>(value);
193 template <
typename RequestIdT = Aws::String>
216 WebAppConfiguration m_webAppConfiguration;
222 bool m_domainIdHasBeenSet =
false;
223 bool m_arnHasBeenSet =
false;
224 bool m_nameHasBeenSet =
false;
225 bool m_kmsKeyArnHasBeenSet =
false;
226 bool m_encryptionContextHasBeenSet =
false;
227 bool m_statusHasBeenSet =
false;
228 bool m_webAppUrlHasBeenSet =
false;
229 bool m_webAppConfigurationHasBeenSet =
false;
230 bool m_createdAtHasBeenSet =
false;
231 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetWebAppUrl() const
CreateDomainResult & WithWebAppConfiguration(WebAppConfigurationT &&value)
const EncryptionContext & GetEncryptionContext() const
CreateDomainResult & WithCreatedAt(CreatedAtT &&value)
AWS_CONNECTHEALTH_API CreateDomainResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDomainId() const
CreateDomainResult & WithDomainId(DomainIdT &&value)
DomainStatus GetStatus() const
const Aws::String & GetName() const
const Aws::String & GetKmsKeyArn() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_CONNECTHEALTH_API CreateDomainResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetWebAppUrl(WebAppUrlT &&value)
AWS_CONNECTHEALTH_API CreateDomainResult()=default
void SetArn(ArnT &&value)
void SetEncryptionContext(EncryptionContextT &&value)
void SetKmsKeyArn(KmsKeyArnT &&value)
CreateDomainResult & WithKmsKeyArn(KmsKeyArnT &&value)
const Aws::String & GetArn() const
void SetRequestId(RequestIdT &&value)
CreateDomainResult & WithWebAppUrl(WebAppUrlT &&value)
void SetDomainId(DomainIdT &&value)
const WebAppConfiguration & GetWebAppConfiguration() const
void SetStatus(DomainStatus value)
void SetWebAppConfiguration(WebAppConfigurationT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
CreateDomainResult & WithStatus(DomainStatus value)
CreateDomainResult & WithArn(ArnT &&value)
const Aws::String & GetRequestId() const
CreateDomainResult & WithRequestId(RequestIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
CreateDomainResult & WithEncryptionContext(EncryptionContextT &&value)
CreateDomainResult & WithName(NameT &&value)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue