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
49 template<
typename PathT = Aws::String>
50 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
51 template<
typename PathT = Aws::String>
62 template<
typename ObjectIdentifiersT = Aws::Vector<Aws::String>>
63 void SetObjectIdentifiers(ObjectIdentifiersT&& value) { m_objectIdentifiersHasBeenSet =
true; m_objectIdentifiers = std::forward<ObjectIdentifiersT>(value); }
64 template<
typename ObjectIdentifiersT = Aws::Vector<Aws::String>>
66 template<
typename ObjectIdentifiersT = Aws::String>
72 bool m_pathHasBeenSet =
false;
75 bool m_objectIdentifiersHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetObjectIdentifiers() const
AWS_CLOUDDIRECTORY_API PathToObjectIdentifiers(Aws::Utils::Json::JsonView jsonValue)
void SetObjectIdentifiers(ObjectIdentifiersT &&value)
PathToObjectIdentifiers & AddObjectIdentifiers(ObjectIdentifiersT &&value)
AWS_CLOUDDIRECTORY_API PathToObjectIdentifiers & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ObjectIdentifiersHasBeenSet() const
const Aws::String & GetPath() const
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
PathToObjectIdentifiers & WithPath(PathT &&value)
PathToObjectIdentifiers & WithObjectIdentifiers(ObjectIdentifiersT &&value)
bool PathHasBeenSet() const
AWS_CLOUDDIRECTORY_API PathToObjectIdentifiers()=default
void SetPath(PathT &&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