7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/organizations/OrganizationsRequest.h>
9#include <aws/organizations/Organizations_EXPORTS.h>
14namespace Organizations {
41 template <
typename AccountIdT = Aws::String>
43 m_accountIdHasBeenSet =
true;
44 m_accountId = std::forward<AccountIdT>(value);
46 template <
typename AccountIdT = Aws::String>
66 template <
typename SourceParentIdT = Aws::String>
68 m_sourceParentIdHasBeenSet =
true;
69 m_sourceParentId = std::forward<SourceParentIdT>(value);
71 template <
typename SourceParentIdT = Aws::String>
91 template <
typename DestinationParentIdT = Aws::String>
93 m_destinationParentIdHasBeenSet =
true;
94 m_destinationParentId = std::forward<DestinationParentIdT>(value);
96 template <
typename DestinationParentIdT = Aws::String>
108 bool m_accountIdHasBeenSet =
false;
109 bool m_sourceParentIdHasBeenSet =
false;
110 bool m_destinationParentIdHasBeenSet =
false;
void SetAccountId(AccountIdT &&value)
virtual const char * GetServiceRequestName() const override
bool DestinationParentIdHasBeenSet() const
const Aws::String & GetDestinationParentId() const
MoveAccountRequest & WithDestinationParentId(DestinationParentIdT &&value)
void SetDestinationParentId(DestinationParentIdT &&value)
AWS_ORGANIZATIONS_API Aws::String SerializePayload() const override
MoveAccountRequest & WithSourceParentId(SourceParentIdT &&value)
bool AccountIdHasBeenSet() const
AWS_ORGANIZATIONS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetSourceParentId() const
AWS_ORGANIZATIONS_API MoveAccountRequest()=default
MoveAccountRequest & WithAccountId(AccountIdT &&value)
const Aws::String & GetAccountId() const
bool SourceParentIdHasBeenSet() const
void SetSourceParentId(SourceParentIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String