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/AccountSource.h>
12#include <aws/datazone/model/ResolutionStrategy.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
39 template <
typename DomainIdT = Aws::String>
41 m_domainIdHasBeenSet =
true;
42 m_domainId = std::forward<DomainIdT>(value);
44 template <
typename DomainIdT = Aws::String>
56 template <
typename NameT = Aws::String>
58 m_nameHasBeenSet =
true;
59 m_name = std::forward<NameT>(value);
61 template <
typename NameT = Aws::String>
63 SetName(std::forward<NameT>(value));
73 template <
typename IdT = Aws::String>
75 m_idHasBeenSet =
true;
76 m_id = std::forward<IdT>(value);
78 template <
typename IdT = Aws::String>
80 SetId(std::forward<IdT>(value));
90 template <
typename DescriptionT = Aws::String>
92 m_descriptionHasBeenSet =
true;
93 m_description = std::forward<DescriptionT>(value);
95 template <
typename DescriptionT = Aws::String>
109 m_resolutionStrategyHasBeenSet =
true;
110 m_resolutionStrategy = value;
125 template <
typename AccountSourceT = AccountSource>
127 m_accountSourceHasBeenSet =
true;
128 m_accountSource = std::forward<AccountSourceT>(value);
130 template <
typename AccountSourceT = AccountSource>
142 template <
typename CreatedByT = Aws::String>
144 m_createdByHasBeenSet =
true;
145 m_createdBy = std::forward<CreatedByT>(value);
147 template <
typename CreatedByT = Aws::String>
159 template <
typename CreatedAtT = Aws::Utils::DateTime>
161 m_createdAtHasBeenSet =
true;
162 m_createdAt = std::forward<CreatedAtT>(value);
164 template <
typename CreatedAtT = Aws::Utils::DateTime>
176 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
178 m_lastUpdatedAtHasBeenSet =
true;
179 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
181 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
193 template <
typename UpdatedByT = Aws::String>
195 m_updatedByHasBeenSet =
true;
196 m_updatedBy = std::forward<UpdatedByT>(value);
198 template <
typename UpdatedByT = Aws::String>
210 template <
typename DomainUnitIdT = Aws::String>
212 m_domainUnitIdHasBeenSet =
true;
213 m_domainUnitId = std::forward<DomainUnitIdT>(value);
215 template <
typename DomainUnitIdT = Aws::String>
225 template <
typename RequestIdT = Aws::String>
227 m_requestIdHasBeenSet =
true;
228 m_requestId = std::forward<RequestIdT>(value);
230 template <
typename RequestIdT = Aws::String>
249 AccountSource m_accountSource;
263 bool m_domainIdHasBeenSet =
false;
264 bool m_nameHasBeenSet =
false;
265 bool m_idHasBeenSet =
false;
266 bool m_descriptionHasBeenSet =
false;
267 bool m_resolutionStrategyHasBeenSet =
false;
268 bool m_accountSourceHasBeenSet =
false;
269 bool m_createdByHasBeenSet =
false;
270 bool m_createdAtHasBeenSet =
false;
271 bool m_lastUpdatedAtHasBeenSet =
false;
272 bool m_updatedByHasBeenSet =
false;
273 bool m_domainUnitIdHasBeenSet =
false;
274 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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