7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/DomainStatus.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename DomainArnT = Aws::String>
49 void SetDomainArn(DomainArnT&& value) { m_domainArnHasBeenSet =
true; m_domainArn = std::forward<DomainArnT>(value); }
50 template<
typename DomainArnT = Aws::String>
60 template<
typename DomainIdT = Aws::String>
61 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
62 template<
typename DomainIdT = Aws::String>
72 template<
typename DomainNameT = Aws::String>
73 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
74 template<
typename DomainNameT = Aws::String>
94 template<
typename CreationTimeT = Aws::Utils::DateTime>
95 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
96 template<
typename CreationTimeT = Aws::Utils::DateTime>
106 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
107 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
108 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
118 template<
typename UrlT = Aws::String>
119 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
120 template<
typename UrlT = Aws::String>
126 bool m_domainArnHasBeenSet =
false;
129 bool m_domainIdHasBeenSet =
false;
132 bool m_domainNameHasBeenSet =
false;
135 bool m_statusHasBeenSet =
false;
138 bool m_creationTimeHasBeenSet =
false;
141 bool m_lastModifiedTimeHasBeenSet =
false;
144 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