7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/DomainStatus.h>
42 template <
typename DomainArnT = Aws::String>
44 m_domainArnHasBeenSet =
true;
45 m_domainArn = std::forward<DomainArnT>(value);
47 template <
typename DomainArnT = Aws::String>
60 template <
typename DomainIdT = Aws::String>
62 m_domainIdHasBeenSet =
true;
63 m_domainId = std::forward<DomainIdT>(value);
65 template <
typename DomainIdT = Aws::String>
78 template <
typename DomainNameT = Aws::String>
80 m_domainNameHasBeenSet =
true;
81 m_domainName = std::forward<DomainNameT>(value);
83 template <
typename DomainNameT = Aws::String>
97 m_statusHasBeenSet =
true;
112 template <
typename CreationTimeT = Aws::Utils::DateTime>
114 m_creationTimeHasBeenSet =
true;
115 m_creationTime = std::forward<CreationTimeT>(value);
117 template <
typename CreationTimeT = Aws::Utils::DateTime>
130 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
132 m_lastModifiedTimeHasBeenSet =
true;
133 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
135 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
148 template <
typename UrlT = Aws::String>
150 m_urlHasBeenSet =
true;
151 m_url = std::forward<UrlT>(value);
153 template <
typename UrlT = Aws::String>
155 SetUrl(std::forward<UrlT>(value));
173 bool m_domainArnHasBeenSet =
false;
174 bool m_domainIdHasBeenSet =
false;
175 bool m_domainNameHasBeenSet =
false;
176 bool m_statusHasBeenSet =
false;
177 bool m_creationTimeHasBeenSet =
false;
178 bool m_lastModifiedTimeHasBeenSet =
false;
179 bool m_urlHasBeenSet =
false;
DomainDetails & WithUrl(UrlT &&value)
bool DomainNameHasBeenSet() const
const Aws::String & GetUrl() const
DomainDetails & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetUrl(UrlT &&value)
void SetDomainArn(DomainArnT &&value)
void SetStatus(DomainStatus value)
DomainDetails & WithCreationTime(CreationTimeT &&value)
DomainDetails & WithStatus(DomainStatus value)
void SetDomainId(DomainIdT &&value)
bool LastModifiedTimeHasBeenSet() const
DomainDetails & WithDomainId(DomainIdT &&value)
AWS_SAGEMAKER_API DomainDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API DomainDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UrlHasBeenSet() const
DomainDetails & WithDomainName(DomainNameT &&value)
bool StatusHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
DomainDetails & WithDomainArn(DomainArnT &&value)
const Aws::String & GetDomainName() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDomainArn() const
void SetDomainName(DomainNameT &&value)
bool DomainIdHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetDomainId() const
DomainStatus GetStatus() const
bool DomainArnHasBeenSet() const
bool CreationTimeHasBeenSet() const
AWS_SAGEMAKER_API DomainDetails()=default
void SetLastModifiedTime(LastModifiedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue