7#include <aws/workdocs/WorkDocs_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename IdT = Aws::String>
47 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
48 template<
typename IdT = Aws::String>
58 template<
typename NameT = Aws::String>
59 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
60 template<
typename NameT = Aws::String>
66 bool m_idHasBeenSet =
false;
69 bool m_nameHasBeenSet =
false;
AWS_WORKDOCS_API ResourcePathComponent(Aws::Utils::Json::JsonView jsonValue)
ResourcePathComponent & WithId(IdT &&value)
ResourcePathComponent & WithName(NameT &&value)
bool IdHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetId() const
bool NameHasBeenSet() const
AWS_WORKDOCS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
AWS_WORKDOCS_API ResourcePathComponent()=default
AWS_WORKDOCS_API ResourcePathComponent & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue