7#include <aws/organizations/Organizations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/organizations/model/ChildType.h>
22namespace Organizations
36 AWS_ORGANIZATIONS_API
Child() =
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;
AWS_ORGANIZATIONS_API Child()=default
Child & WithId(IdT &&value)
AWS_ORGANIZATIONS_API Child & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
AWS_ORGANIZATIONS_API Child(Aws::Utils::Json::JsonView jsonValue)
void SetType(ChildType value)
bool IdHasBeenSet() const
Child & WithType(ChildType value)
ChildType GetType() const
const Aws::String & GetId() const
AWS_ORGANIZATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue