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;
38 template <
typename DomainIdT = Aws::String>
40 m_domainIdHasBeenSet =
true;
41 m_domainId = std::forward<DomainIdT>(value);
43 template <
typename DomainIdT = Aws::String>
55 template <
typename NameT = Aws::String>
57 m_nameHasBeenSet =
true;
58 m_name = std::forward<NameT>(value);
60 template <
typename NameT = Aws::String>
62 SetName(std::forward<NameT>(value));
72 template <
typename IdT = Aws::String>
74 m_idHasBeenSet =
true;
75 m_id = std::forward<IdT>(value);
77 template <
typename IdT = Aws::String>
79 SetId(std::forward<IdT>(value));
89 template <
typename DescriptionT = Aws::String>
91 m_descriptionHasBeenSet =
true;
92 m_description = std::forward<DescriptionT>(value);
94 template <
typename DescriptionT = Aws::String>
108 m_resolutionStrategyHasBeenSet =
true;
109 m_resolutionStrategy = value;
124 template <
typename AccountSourceT = AccountSource>
126 m_accountSourceHasBeenSet =
true;
127 m_accountSource = std::forward<AccountSourceT>(value);
129 template <
typename AccountSourceT = AccountSource>
141 template <
typename CreatedByT = Aws::String>
143 m_createdByHasBeenSet =
true;
144 m_createdBy = std::forward<CreatedByT>(value);
146 template <
typename CreatedByT = Aws::String>
158 template <
typename CreatedAtT = Aws::Utils::DateTime>
160 m_createdAtHasBeenSet =
true;
161 m_createdAt = std::forward<CreatedAtT>(value);
163 template <
typename CreatedAtT = Aws::Utils::DateTime>
175 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
177 m_lastUpdatedAtHasBeenSet =
true;
178 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
180 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
192 template <
typename UpdatedByT = Aws::String>
194 m_updatedByHasBeenSet =
true;
195 m_updatedBy = std::forward<UpdatedByT>(value);
197 template <
typename UpdatedByT = Aws::String>
209 template <
typename DomainUnitIdT = Aws::String>
211 m_domainUnitIdHasBeenSet =
true;
212 m_domainUnitId = std::forward<DomainUnitIdT>(value);
214 template <
typename DomainUnitIdT = Aws::String>
224 template <
typename RequestIdT = Aws::String>
226 m_requestIdHasBeenSet =
true;
227 m_requestId = std::forward<RequestIdT>(value);
229 template <
typename RequestIdT = Aws::String>
246 AccountSource m_accountSource;
259 bool m_domainIdHasBeenSet =
false;
260 bool m_nameHasBeenSet =
false;
261 bool m_idHasBeenSet =
false;
262 bool m_descriptionHasBeenSet =
false;
263 bool m_resolutionStrategyHasBeenSet =
false;
264 bool m_accountSourceHasBeenSet =
false;
265 bool m_createdByHasBeenSet =
false;
266 bool m_createdAtHasBeenSet =
false;
267 bool m_lastUpdatedAtHasBeenSet =
false;
268 bool m_updatedByHasBeenSet =
false;
269 bool m_domainUnitIdHasBeenSet =
false;
270 bool m_requestIdHasBeenSet =
false;
GetAccountPoolResult & WithCreatedBy(CreatedByT &&value)
GetAccountPoolResult & WithUpdatedBy(UpdatedByT &&value)
const Aws::String & GetDomainId() const
const Aws::String & GetId() const
GetAccountPoolResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
GetAccountPoolResult & WithAccountSource(AccountSourceT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
GetAccountPoolResult & WithRequestId(RequestIdT &&value)
AWS_DATAZONE_API GetAccountPoolResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAccountPoolResult & WithDomainId(DomainIdT &&value)
ResolutionStrategy GetResolutionStrategy() const
GetAccountPoolResult & WithName(NameT &&value)
GetAccountPoolResult & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
const Aws::String & GetDomainUnitId() const
void SetResolutionStrategy(ResolutionStrategy value)
void SetCreatedBy(CreatedByT &&value)
const Aws::String & GetDescription() const
void SetCreatedAt(CreatedAtT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetRequestId() const
GetAccountPoolResult & WithResolutionStrategy(ResolutionStrategy value)
void SetDomainId(DomainIdT &&value)
AWS_DATAZONE_API GetAccountPoolResult()=default
const Aws::String & GetUpdatedBy() const
const Aws::String & GetCreatedBy() const
const Aws::String & GetName() const
const AccountSource & GetAccountSource() const
GetAccountPoolResult & WithId(IdT &&value)
void SetAccountSource(AccountSourceT &&value)
AWS_DATAZONE_API GetAccountPoolResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAccountPoolResult & WithDescription(DescriptionT &&value)
GetAccountPoolResult & WithDomainUnitId(DomainUnitIdT &&value)
void SetDomainUnitId(DomainUnitIdT &&value)
void SetName(NameT &&value)
void SetUpdatedBy(UpdatedByT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue