7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename AccountIdT = Aws::String>
47 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
48 template<
typename AccountIdT = Aws::String>
58 template<
typename OrganizationalUnitIdT = Aws::String>
59 void SetOrganizationalUnitId(OrganizationalUnitIdT&& value) { m_organizationalUnitIdHasBeenSet =
true; m_organizationalUnitId = std::forward<OrganizationalUnitIdT>(value); }
60 template<
typename OrganizationalUnitIdT = Aws::String>
74 template<
typename OrganizationalUnitPathT = Aws::String>
75 void SetOrganizationalUnitPath(OrganizationalUnitPathT&& value) { m_organizationalUnitPathHasBeenSet =
true; m_organizationalUnitPath = std::forward<OrganizationalUnitPathT>(value); }
76 template<
typename OrganizationalUnitPathT = Aws::String>
82 bool m_accountIdHasBeenSet =
false;
85 bool m_organizationalUnitIdHasBeenSet =
false;
88 bool m_organizationalUnitPathHasBeenSet =
false;
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
NodeOwnerInfo & WithOrganizationalUnitId(OrganizationalUnitIdT &&value)
NodeOwnerInfo & WithOrganizationalUnitPath(OrganizationalUnitPathT &&value)
void SetOrganizationalUnitPath(OrganizationalUnitPathT &&value)
const Aws::String & GetAccountId() const
NodeOwnerInfo & WithAccountId(AccountIdT &&value)
const Aws::String & GetOrganizationalUnitId() const
AWS_SSM_API NodeOwnerInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAccountId(AccountIdT &&value)
const Aws::String & GetOrganizationalUnitPath() const
AWS_SSM_API NodeOwnerInfo()=default
void SetOrganizationalUnitId(OrganizationalUnitIdT &&value)
bool OrganizationalUnitPathHasBeenSet() const
bool AccountIdHasBeenSet() const
AWS_SSM_API NodeOwnerInfo(Aws::Utils::Json::JsonView jsonValue)
bool OrganizationalUnitIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue