7#include <aws/organizations/Organizations_EXPORTS.h>
8#include <aws/organizations/OrganizationsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/organizations/model/IAMUserAccessToBilling.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/organizations/model/Tag.h>
17namespace Organizations
64 template<
typename EmailT = Aws::String>
65 void SetEmail(EmailT&& value) { m_emailHasBeenSet =
true; m_email = std::forward<EmailT>(value); }
66 template<
typename EmailT = Aws::String>
78 template<
typename AccountNameT = Aws::String>
79 void SetAccountName(AccountNameT&& value) { m_accountNameHasBeenSet =
true; m_accountName = std::forward<AccountNameT>(value); }
80 template<
typename AccountNameT = Aws::String>
108 template<
typename RoleNameT = Aws::String>
109 void SetRoleName(RoleNameT&& value) { m_roleNameHasBeenSet =
true; m_roleName = std::forward<RoleNameT>(value); }
110 template<
typename RoleNameT = Aws::String>
151 template<
typename TagsT = Aws::Vector<Tag>>
152 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
153 template<
typename TagsT = Aws::Vector<Tag>>
155 template<
typename TagsT = Tag>
161 bool m_emailHasBeenSet =
false;
164 bool m_accountNameHasBeenSet =
false;
167 bool m_roleNameHasBeenSet =
false;
170 bool m_iamUserAccessToBillingHasBeenSet =
false;
173 bool m_tagsHasBeenSet =
false;
bool RoleNameHasBeenSet() const
void SetEmail(EmailT &&value)
AWS_ORGANIZATIONS_API CreateGovCloudAccountRequest()=default
AWS_ORGANIZATIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool IamUserAccessToBillingHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetAccountName(AccountNameT &&value)
AWS_ORGANIZATIONS_API Aws::String SerializePayload() const override
bool EmailHasBeenSet() const
bool TagsHasBeenSet() const
const Aws::String & GetAccountName() const
CreateGovCloudAccountRequest & WithTags(TagsT &&value)
CreateGovCloudAccountRequest & WithIamUserAccessToBilling(IAMUserAccessToBilling value)
CreateGovCloudAccountRequest & WithRoleName(RoleNameT &&value)
CreateGovCloudAccountRequest & WithEmail(EmailT &&value)
const Aws::Vector< Tag > & GetTags() const
bool AccountNameHasBeenSet() const
IAMUserAccessToBilling GetIamUserAccessToBilling() const
void SetIamUserAccessToBilling(IAMUserAccessToBilling value)
CreateGovCloudAccountRequest & AddTags(TagsT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetEmail() const
void SetRoleName(RoleNameT &&value)
CreateGovCloudAccountRequest & WithAccountName(AccountNameT &&value)
const Aws::String & GetRoleName() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector