7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/organizations/Organizations_EXPORTS.h>
9#include <aws/organizations/model/ChildType.h>
20namespace Organizations {
31 AWS_ORGANIZATIONS_API
Child() =
default;
49 template <
typename IdT = Aws::String>
51 m_idHasBeenSet =
true;
52 m_id = std::forward<IdT>(value);
54 template <
typename IdT = Aws::String>
56 SetId(std::forward<IdT>(value));
68 m_typeHasBeenSet =
true;
80 bool m_idHasBeenSet =
false;
81 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