7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/AccountSource.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/datazone/model/ResolutionStrategy.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
45 template<
typename AccountSourceT = AccountSource>
46 void SetAccountSource(AccountSourceT&& value) { m_accountSourceHasBeenSet =
true; m_accountSource = std::forward<AccountSourceT>(value); }
47 template<
typename AccountSourceT = AccountSource>
56 template<
typename CreatedAtT = Aws::Utils::DateTime>
57 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
58 template<
typename CreatedAtT = Aws::Utils::DateTime>
67 template<
typename CreatedByT = Aws::String>
68 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
69 template<
typename CreatedByT = Aws::String>
78 template<
typename DescriptionT = Aws::String>
79 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
80 template<
typename DescriptionT = Aws::String>
89 template<
typename DomainIdT = Aws::String>
90 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
91 template<
typename DomainIdT = Aws::String>
100 template<
typename DomainUnitIdT = Aws::String>
101 void SetDomainUnitId(DomainUnitIdT&& value) { m_domainUnitIdHasBeenSet =
true; m_domainUnitId = std::forward<DomainUnitIdT>(value); }
102 template<
typename DomainUnitIdT = Aws::String>
111 template<
typename IdT = Aws::String>
112 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
113 template<
typename IdT = Aws::String>
122 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
123 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
124 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
133 template<
typename NameT = Aws::String>
134 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
135 template<
typename NameT = Aws::String>
154 template<
typename UpdatedByT = Aws::String>
155 void SetUpdatedBy(UpdatedByT&& value) { m_updatedByHasBeenSet =
true; m_updatedBy = std::forward<UpdatedByT>(value); }
156 template<
typename UpdatedByT = Aws::String>
163 template<
typename RequestIdT = Aws::String>
164 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
165 template<
typename RequestIdT = Aws::String>
171 bool m_accountSourceHasBeenSet =
false;
174 bool m_createdAtHasBeenSet =
false;
177 bool m_createdByHasBeenSet =
false;
180 bool m_descriptionHasBeenSet =
false;
183 bool m_domainIdHasBeenSet =
false;
186 bool m_domainUnitIdHasBeenSet =
false;
189 bool m_idHasBeenSet =
false;
192 bool m_lastUpdatedAtHasBeenSet =
false;
195 bool m_nameHasBeenSet =
false;
198 bool m_resolutionStrategyHasBeenSet =
false;
201 bool m_updatedByHasBeenSet =
false;
204 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetId() const
const Aws::String & GetCreatedBy() const
CreateAccountPoolResult & WithRequestId(RequestIdT &&value)
CreateAccountPoolResult & WithDomainId(DomainIdT &&value)
const Aws::String & GetUpdatedBy() const
void SetResolutionStrategy(ResolutionStrategy value)
CreateAccountPoolResult & WithName(NameT &&value)
void SetRequestId(RequestIdT &&value)
CreateAccountPoolResult & WithDescription(DescriptionT &&value)
AWS_DATAZONE_API CreateAccountPoolResult()=default
void SetDomainId(DomainIdT &&value)
void SetUpdatedBy(UpdatedByT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
CreateAccountPoolResult & WithId(IdT &&value)
void SetCreatedBy(CreatedByT &&value)
CreateAccountPoolResult & WithAccountSource(AccountSourceT &&value)
const Aws::String & GetName() const
ResolutionStrategy GetResolutionStrategy() const
CreateAccountPoolResult & WithResolutionStrategy(ResolutionStrategy value)
CreateAccountPoolResult & WithCreatedBy(CreatedByT &&value)
void SetName(NameT &&value)
AWS_DATAZONE_API CreateAccountPoolResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Aws::String & GetDomainId() const
void SetDomainUnitId(DomainUnitIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
CreateAccountPoolResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
CreateAccountPoolResult & WithDomainUnitId(DomainUnitIdT &&value)
void SetDescription(DescriptionT &&value)
CreateAccountPoolResult & WithUpdatedBy(UpdatedByT &&value)
void SetAccountSource(AccountSourceT &&value)
const Aws::String & GetDomainUnitId() const
AWS_DATAZONE_API CreateAccountPoolResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateAccountPoolResult & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const AccountSource & GetAccountSource() const
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue