7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace CloudDirectory
51 inline void SetPath(
const char* value) { m_pathHasBeenSet =
true; m_path.assign(value); }
75 bool m_pathHasBeenSet =
false;
78 bool m_objectIdentifiersHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetObjectIdentifiers() const
AWS_CLOUDDIRECTORY_API PathToObjectIdentifiers(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDDIRECTORY_API PathToObjectIdentifiers()
void SetPath(Aws::String &&value)
PathToObjectIdentifiers & WithPath(const char *value)
AWS_CLOUDDIRECTORY_API PathToObjectIdentifiers & operator=(Aws::Utils::Json::JsonView jsonValue)
PathToObjectIdentifiers & AddObjectIdentifiers(Aws::String &&value)
bool ObjectIdentifiersHasBeenSet() const
PathToObjectIdentifiers & WithObjectIdentifiers(Aws::Vector< Aws::String > &&value)
PathToObjectIdentifiers & WithPath(Aws::String &&value)
const Aws::String & GetPath() const
PathToObjectIdentifiers & AddObjectIdentifiers(const Aws::String &value)
PathToObjectIdentifiers & WithObjectIdentifiers(const Aws::Vector< Aws::String > &value)
void SetPath(const Aws::String &value)
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
PathToObjectIdentifiers & WithPath(const Aws::String &value)
bool PathHasBeenSet() const
PathToObjectIdentifiers & AddObjectIdentifiers(const char *value)
void SetObjectIdentifiers(const Aws::Vector< Aws::String > &value)
void SetObjectIdentifiers(Aws::Vector< Aws::String > &&value)
void SetPath(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue