7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/SingleSignOn.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename IdT = Aws::String>
38 m_idHasBeenSet =
true;
39 m_id = std::forward<IdT>(value);
41 template <
typename IdT = Aws::String>
43 SetId(std::forward<IdT>(value));
53 template <
typename RootDomainUnitIdT = Aws::String>
55 m_rootDomainUnitIdHasBeenSet =
true;
56 m_rootDomainUnitId = std::forward<RootDomainUnitIdT>(value);
58 template <
typename RootDomainUnitIdT = Aws::String>
71 template <
typename DescriptionT = Aws::String>
73 m_descriptionHasBeenSet =
true;
74 m_description = std::forward<DescriptionT>(value);
76 template <
typename DescriptionT = Aws::String>
88 template <
typename SingleSignOnT = SingleSignOn>
90 m_singleSignOnHasBeenSet =
true;
91 m_singleSignOn = std::forward<SingleSignOnT>(value);
93 template <
typename SingleSignOnT = SingleSignOn>
106 template <
typename DomainExecutionRoleT = Aws::String>
108 m_domainExecutionRoleHasBeenSet =
true;
109 m_domainExecutionRole = std::forward<DomainExecutionRoleT>(value);
111 template <
typename DomainExecutionRoleT = Aws::String>
123 template <
typename ServiceRoleT = Aws::String>
125 m_serviceRoleHasBeenSet =
true;
126 m_serviceRole = std::forward<ServiceRoleT>(value);
128 template <
typename ServiceRoleT = Aws::String>
140 template <
typename NameT = Aws::String>
142 m_nameHasBeenSet =
true;
143 m_name = std::forward<NameT>(value);
145 template <
typename NameT = Aws::String>
147 SetName(std::forward<NameT>(value));
157 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
159 m_lastUpdatedAtHasBeenSet =
true;
160 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
162 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
172 template <
typename RequestIdT = Aws::String>
174 m_requestIdHasBeenSet =
true;
175 m_requestId = std::forward<RequestIdT>(value);
177 template <
typename RequestIdT = Aws::String>
201 bool m_idHasBeenSet =
false;
202 bool m_rootDomainUnitIdHasBeenSet =
false;
203 bool m_descriptionHasBeenSet =
false;
204 bool m_singleSignOnHasBeenSet =
false;
205 bool m_domainExecutionRoleHasBeenSet =
false;
206 bool m_serviceRoleHasBeenSet =
false;
207 bool m_nameHasBeenSet =
false;
208 bool m_lastUpdatedAtHasBeenSet =
false;
209 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetLastUpdatedAt() const
UpdateDomainResult & WithRequestId(RequestIdT &&value)
void SetSingleSignOn(SingleSignOnT &&value)
void SetDescription(DescriptionT &&value)
const SingleSignOn & GetSingleSignOn() const
UpdateDomainResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::String & GetServiceRole() const
AWS_DATAZONE_API UpdateDomainResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATAZONE_API UpdateDomainResult()=default
UpdateDomainResult & WithId(IdT &&value)
void SetRootDomainUnitId(RootDomainUnitIdT &&value)
void SetServiceRole(ServiceRoleT &&value)
UpdateDomainResult & WithSingleSignOn(SingleSignOnT &&value)
UpdateDomainResult & WithServiceRole(ServiceRoleT &&value)
void SetRequestId(RequestIdT &&value)
UpdateDomainResult & WithRootDomainUnitId(RootDomainUnitIdT &&value)
void SetDomainExecutionRole(DomainExecutionRoleT &&value)
UpdateDomainResult & WithDescription(DescriptionT &&value)
UpdateDomainResult & WithDomainExecutionRole(DomainExecutionRoleT &&value)
const Aws::String & GetDomainExecutionRole() const
AWS_DATAZONE_API UpdateDomainResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetName() const
const Aws::String & GetRootDomainUnitId() const
UpdateDomainResult & WithName(NameT &&value)
const Aws::String & GetId() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::String & GetRequestId() const
void SetName(NameT &&value)
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue