7#include <aws/organizations/Organizations_EXPORTS.h>
8#include <aws/organizations/OrganizationsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace Organizations
45 template<
typename AccountIdT = Aws::String>
46 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
47 template<
typename AccountIdT = Aws::String>
65 template<
typename SourceParentIdT = Aws::String>
66 void SetSourceParentId(SourceParentIdT&& value) { m_sourceParentIdHasBeenSet =
true; m_sourceParentId = std::forward<SourceParentIdT>(value); }
67 template<
typename SourceParentIdT = Aws::String>
85 template<
typename DestinationParentIdT = Aws::String>
86 void SetDestinationParentId(DestinationParentIdT&& value) { m_destinationParentIdHasBeenSet =
true; m_destinationParentId = std::forward<DestinationParentIdT>(value); }
87 template<
typename DestinationParentIdT = Aws::String>
93 bool m_accountIdHasBeenSet =
false;
96 bool m_sourceParentIdHasBeenSet =
false;
99 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