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/AccountSource.h>
11#include <aws/datazone/model/ResolutionStrategy.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename DomainIdT = Aws::String>
39 m_domainIdHasBeenSet =
true;
40 m_domainId = std::forward<DomainIdT>(value);
42 template <
typename DomainIdT = Aws::String>
54 template <
typename NameT = Aws::String>
56 m_nameHasBeenSet =
true;
57 m_name = std::forward<NameT>(value);
59 template <
typename NameT = Aws::String>
61 SetName(std::forward<NameT>(value));
71 template <
typename IdT = Aws::String>
73 m_idHasBeenSet =
true;
74 m_id = std::forward<IdT>(value);
76 template <
typename IdT = Aws::String>
78 SetId(std::forward<IdT>(value));
88 template <
typename DescriptionT = Aws::String>
90 m_descriptionHasBeenSet =
true;
91 m_description = std::forward<DescriptionT>(value);
93 template <
typename DescriptionT = Aws::String>
107 m_resolutionStrategyHasBeenSet =
true;
108 m_resolutionStrategy = value;
123 template <
typename AccountSourceT = AccountSource>
125 m_accountSourceHasBeenSet =
true;
126 m_accountSource = std::forward<AccountSourceT>(value);
128 template <
typename AccountSourceT = AccountSource>
140 template <
typename CreatedByT = Aws::String>
142 m_createdByHasBeenSet =
true;
143 m_createdBy = std::forward<CreatedByT>(value);
145 template <
typename CreatedByT = Aws::String>
157 template <
typename CreatedAtT = Aws::Utils::DateTime>
159 m_createdAtHasBeenSet =
true;
160 m_createdAt = std::forward<CreatedAtT>(value);
162 template <
typename CreatedAtT = Aws::Utils::DateTime>
174 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
176 m_lastUpdatedAtHasBeenSet =
true;
177 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
179 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
191 template <
typename UpdatedByT = Aws::String>
193 m_updatedByHasBeenSet =
true;
194 m_updatedBy = std::forward<UpdatedByT>(value);
196 template <
typename UpdatedByT = Aws::String>
208 template <
typename DomainUnitIdT = Aws::String>
210 m_domainUnitIdHasBeenSet =
true;
211 m_domainUnitId = std::forward<DomainUnitIdT>(value);
213 template <
typename DomainUnitIdT = Aws::String>
223 template <
typename RequestIdT = Aws::String>
225 m_requestIdHasBeenSet =
true;
226 m_requestId = std::forward<RequestIdT>(value);
228 template <
typename RequestIdT = Aws::String>
245 AccountSource m_accountSource;
258 bool m_domainIdHasBeenSet =
false;
259 bool m_nameHasBeenSet =
false;
260 bool m_idHasBeenSet =
false;
261 bool m_descriptionHasBeenSet =
false;
262 bool m_resolutionStrategyHasBeenSet =
false;
263 bool m_accountSourceHasBeenSet =
false;
264 bool m_createdByHasBeenSet =
false;
265 bool m_createdAtHasBeenSet =
false;
266 bool m_lastUpdatedAtHasBeenSet =
false;
267 bool m_updatedByHasBeenSet =
false;
268 bool m_domainUnitIdHasBeenSet =
false;
269 bool m_requestIdHasBeenSet =
false;
void SetCreatedAt(CreatedAtT &&value)
void SetUpdatedBy(UpdatedByT &&value)
void SetDescription(DescriptionT &&value)
UpdateAccountPoolResult & WithCreatedAt(CreatedAtT &&value)
UpdateAccountPoolResult & WithId(IdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetDomainUnitId() const
UpdateAccountPoolResult & WithAccountSource(AccountSourceT &&value)
UpdateAccountPoolResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::String & GetId() const
const AccountSource & GetAccountSource() const
const Aws::String & GetDomainId() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
void SetName(NameT &&value)
UpdateAccountPoolResult & WithName(NameT &&value)
const Aws::String & GetRequestId() const
UpdateAccountPoolResult & WithDomainId(DomainIdT &&value)
UpdateAccountPoolResult & WithCreatedBy(CreatedByT &&value)
UpdateAccountPoolResult & WithResolutionStrategy(ResolutionStrategy value)
const Aws::String & GetUpdatedBy() const
const Aws::String & GetName() const
UpdateAccountPoolResult & WithDomainUnitId(DomainUnitIdT &&value)
const Aws::String & GetDescription() const
void SetDomainId(DomainIdT &&value)
ResolutionStrategy GetResolutionStrategy() const
void SetDomainUnitId(DomainUnitIdT &&value)
UpdateAccountPoolResult & WithDescription(DescriptionT &&value)
UpdateAccountPoolResult & WithRequestId(RequestIdT &&value)
AWS_DATAZONE_API UpdateAccountPoolResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreatedBy(CreatedByT &&value)
void SetResolutionStrategy(ResolutionStrategy value)
UpdateAccountPoolResult & WithUpdatedBy(UpdatedByT &&value)
const Aws::String & GetCreatedBy() const
void SetAccountSource(AccountSourceT &&value)
AWS_DATAZONE_API UpdateAccountPoolResult()=default
void SetRequestId(RequestIdT &&value)
AWS_DATAZONE_API UpdateAccountPoolResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue