7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/datazone/model/SingleSignOn.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename DescriptionT = Aws::String>
44 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
45 template<
typename DescriptionT = Aws::String>
55 template<
typename DomainExecutionRoleT = Aws::String>
56 void SetDomainExecutionRole(DomainExecutionRoleT&& value) { m_domainExecutionRoleHasBeenSet =
true; m_domainExecutionRole = std::forward<DomainExecutionRoleT>(value); }
57 template<
typename DomainExecutionRoleT = Aws::String>
66 template<
typename IdT = Aws::String>
67 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
68 template<
typename IdT = Aws::String>
77 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
78 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
79 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
88 template<
typename NameT = Aws::String>
89 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
90 template<
typename NameT = Aws::String>
99 template<
typename RootDomainUnitIdT = Aws::String>
100 void SetRootDomainUnitId(RootDomainUnitIdT&& value) { m_rootDomainUnitIdHasBeenSet =
true; m_rootDomainUnitId = std::forward<RootDomainUnitIdT>(value); }
101 template<
typename RootDomainUnitIdT = Aws::String>
110 template<
typename ServiceRoleT = Aws::String>
111 void SetServiceRole(ServiceRoleT&& value) { m_serviceRoleHasBeenSet =
true; m_serviceRole = std::forward<ServiceRoleT>(value); }
112 template<
typename ServiceRoleT = Aws::String>
121 template<
typename SingleSignOnT = SingleSignOn>
122 void SetSingleSignOn(SingleSignOnT&& value) { m_singleSignOnHasBeenSet =
true; m_singleSignOn = std::forward<SingleSignOnT>(value); }
123 template<
typename SingleSignOnT = SingleSignOn>
130 template<
typename RequestIdT = Aws::String>
131 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
132 template<
typename RequestIdT = Aws::String>
138 bool m_descriptionHasBeenSet =
false;
141 bool m_domainExecutionRoleHasBeenSet =
false;
144 bool m_idHasBeenSet =
false;
147 bool m_lastUpdatedAtHasBeenSet =
false;
150 bool m_nameHasBeenSet =
false;
153 bool m_rootDomainUnitIdHasBeenSet =
false;
156 bool m_serviceRoleHasBeenSet =
false;
158 SingleSignOn m_singleSignOn;
159 bool m_singleSignOnHasBeenSet =
false;
162 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