7#include <aws/organizations/Organizations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/organizations/model/OrganizationFeatureSet.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/organizations/model/PolicyTypeSummary.h>
24namespace Organizations
55 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
56 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
73 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
74 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
111 inline void SetMasterAccountArn(
const char* value) { m_masterAccountArnHasBeenSet =
true; m_masterAccountArn.assign(value); }
127 inline void SetMasterAccountId(
const char* value) { m_masterAccountIdHasBeenSet =
true; m_masterAccountId.assign(value); }
142 inline void SetMasterAccountEmail(
const char* value) { m_masterAccountEmailHasBeenSet =
true; m_masterAccountEmail.assign(value); }
167 bool m_idHasBeenSet =
false;
170 bool m_arnHasBeenSet =
false;
173 bool m_featureSetHasBeenSet =
false;
176 bool m_masterAccountArnHasBeenSet =
false;
179 bool m_masterAccountIdHasBeenSet =
false;
182 bool m_masterAccountEmailHasBeenSet =
false;
185 bool m_availablePolicyTypesHasBeenSet =
false;
void SetAvailablePolicyTypes(const Aws::Vector< PolicyTypeSummary > &value)
Organization & WithArn(const Aws::String &value)
Organization & WithMasterAccountId(Aws::String &&value)
AWS_ORGANIZATIONS_API Organization()
bool FeatureSetHasBeenSet() const
bool MasterAccountEmailHasBeenSet() const
Organization & WithId(Aws::String &&value)
void SetId(const Aws::String &value)
bool ArnHasBeenSet() const
void SetId(Aws::String &&value)
bool MasterAccountIdHasBeenSet() const
void SetArn(Aws::String &&value)
const Aws::String & GetMasterAccountArn() const
void SetMasterAccountArn(const char *value)
Organization & WithAvailablePolicyTypes(const Aws::Vector< PolicyTypeSummary > &value)
void SetFeatureSet(const OrganizationFeatureSet &value)
bool AvailablePolicyTypesHasBeenSet() const
void SetId(const char *value)
const Aws::Vector< PolicyTypeSummary > & GetAvailablePolicyTypes() const
Organization & WithMasterAccountId(const Aws::String &value)
Organization & WithFeatureSet(const OrganizationFeatureSet &value)
void SetMasterAccountEmail(const char *value)
const Aws::String & GetId() const
void SetMasterAccountId(const char *value)
void SetAvailablePolicyTypes(Aws::Vector< PolicyTypeSummary > &&value)
AWS_ORGANIZATIONS_API Organization(Aws::Utils::Json::JsonView jsonValue)
Organization & WithArn(const char *value)
Organization & WithMasterAccountEmail(Aws::String &&value)
void SetFeatureSet(OrganizationFeatureSet &&value)
const Aws::String & GetMasterAccountId() const
Organization & WithMasterAccountArn(Aws::String &&value)
void SetMasterAccountId(Aws::String &&value)
AWS_ORGANIZATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMasterAccountEmail(const Aws::String &value)
Organization & WithArn(Aws::String &&value)
void SetArn(const Aws::String &value)
bool MasterAccountArnHasBeenSet() const
Organization & WithAvailablePolicyTypes(Aws::Vector< PolicyTypeSummary > &&value)
void SetMasterAccountArn(const Aws::String &value)
Organization & WithFeatureSet(OrganizationFeatureSet &&value)
Organization & AddAvailablePolicyTypes(PolicyTypeSummary &&value)
Organization & WithMasterAccountId(const char *value)
Organization & WithMasterAccountArn(const Aws::String &value)
bool IdHasBeenSet() const
void SetMasterAccountArn(Aws::String &&value)
const Aws::String & GetArn() const
Organization & AddAvailablePolicyTypes(const PolicyTypeSummary &value)
const Aws::String & GetMasterAccountEmail() const
void SetMasterAccountEmail(Aws::String &&value)
Organization & WithMasterAccountArn(const char *value)
void SetArn(const char *value)
Organization & WithMasterAccountEmail(const Aws::String &value)
void SetMasterAccountId(const Aws::String &value)
Organization & WithMasterAccountEmail(const char *value)
Organization & WithId(const char *value)
AWS_ORGANIZATIONS_API Organization & operator=(Aws::Utils::Json::JsonView jsonValue)
const OrganizationFeatureSet & GetFeatureSet() const
Organization & WithId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue