7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/SingleSignOn.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename IdT = Aws::String>
39 m_idHasBeenSet =
true;
40 m_id = std::forward<IdT>(value);
42 template <
typename IdT = Aws::String>
44 SetId(std::forward<IdT>(value));
54 template <
typename RootDomainUnitIdT = Aws::String>
56 m_rootDomainUnitIdHasBeenSet =
true;
57 m_rootDomainUnitId = std::forward<RootDomainUnitIdT>(value);
59 template <
typename RootDomainUnitIdT = Aws::String>
72 template <
typename DescriptionT = Aws::String>
74 m_descriptionHasBeenSet =
true;
75 m_description = std::forward<DescriptionT>(value);
77 template <
typename DescriptionT = Aws::String>
89 template <
typename SingleSignOnT = SingleSignOn>
91 m_singleSignOnHasBeenSet =
true;
92 m_singleSignOn = std::forward<SingleSignOnT>(value);
94 template <
typename SingleSignOnT = SingleSignOn>
107 template <
typename DomainExecutionRoleT = Aws::String>
109 m_domainExecutionRoleHasBeenSet =
true;
110 m_domainExecutionRole = std::forward<DomainExecutionRoleT>(value);
112 template <
typename DomainExecutionRoleT = Aws::String>
124 template <
typename ServiceRoleT = Aws::String>
126 m_serviceRoleHasBeenSet =
true;
127 m_serviceRole = std::forward<ServiceRoleT>(value);
129 template <
typename ServiceRoleT = Aws::String>
141 template <
typename NameT = Aws::String>
143 m_nameHasBeenSet =
true;
144 m_name = std::forward<NameT>(value);
146 template <
typename NameT = Aws::String>
148 SetName(std::forward<NameT>(value));
158 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
160 m_lastUpdatedAtHasBeenSet =
true;
161 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
163 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
173 template <
typename RequestIdT = Aws::String>
175 m_requestIdHasBeenSet =
true;
176 m_requestId = std::forward<RequestIdT>(value);
178 template <
typename RequestIdT = Aws::String>
205 bool m_idHasBeenSet =
false;
206 bool m_rootDomainUnitIdHasBeenSet =
false;
207 bool m_descriptionHasBeenSet =
false;
208 bool m_singleSignOnHasBeenSet =
false;
209 bool m_domainExecutionRoleHasBeenSet =
false;
210 bool m_serviceRoleHasBeenSet =
false;
211 bool m_nameHasBeenSet =
false;
212 bool m_lastUpdatedAtHasBeenSet =
false;
213 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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