7#include <aws/organizations/Organizations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/organizations/model/ParentType.h>
22namespace Organizations
36 AWS_ORGANIZATIONS_API
Parent() =
default;
55 template<
typename IdT = Aws::String>
56 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
57 template<
typename IdT = Aws::String>
73 bool m_idHasBeenSet =
false;
76 bool m_typeHasBeenSet =
false;
ParentType GetType() const
bool IdHasBeenSet() const
AWS_ORGANIZATIONS_API Parent & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ORGANIZATIONS_API Parent()=default
AWS_ORGANIZATIONS_API Parent(Aws::Utils::Json::JsonView jsonValue)
Parent & WithType(ParentType value)
bool TypeHasBeenSet() const
AWS_ORGANIZATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetId() const
void SetType(ParentType value)
Parent & WithId(IdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue