7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/clouddirectory/model/ObjectReference.h>
9#include <aws/clouddirectory/model/SchemaFacet.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
24namespace CloudDirectory
88 bool m_objectReferenceHasBeenSet =
false;
91 bool m_schemaFacetHasBeenSet =
false;
94 bool m_attributeNamesHasBeenSet =
false;
void SetSchemaFacet(SchemaFacet &&value)
BatchGetObjectAttributes & WithAttributeNames(Aws::Vector< Aws::String > &&value)
BatchGetObjectAttributes & AddAttributeNames(const Aws::String &value)
BatchGetObjectAttributes & WithSchemaFacet(SchemaFacet &&value)
bool AttributeNamesHasBeenSet() const
BatchGetObjectAttributes & AddAttributeNames(Aws::String &&value)
BatchGetObjectAttributes & WithObjectReference(const ObjectReference &value)
bool SchemaFacetHasBeenSet() const
AWS_CLOUDDIRECTORY_API BatchGetObjectAttributes(Aws::Utils::Json::JsonView jsonValue)
const ObjectReference & GetObjectReference() const
void SetAttributeNames(const Aws::Vector< Aws::String > &value)
const SchemaFacet & GetSchemaFacet() const
const Aws::Vector< Aws::String > & GetAttributeNames() const
void SetAttributeNames(Aws::Vector< Aws::String > &&value)
AWS_CLOUDDIRECTORY_API BatchGetObjectAttributes()
void SetObjectReference(const ObjectReference &value)
void SetSchemaFacet(const SchemaFacet &value)
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLOUDDIRECTORY_API BatchGetObjectAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchGetObjectAttributes & WithSchemaFacet(const SchemaFacet &value)
void SetObjectReference(ObjectReference &&value)
BatchGetObjectAttributes & WithObjectReference(ObjectReference &&value)
bool ObjectReferenceHasBeenSet() const
BatchGetObjectAttributes & AddAttributeNames(const char *value)
BatchGetObjectAttributes & WithAttributeNames(const Aws::Vector< Aws::String > &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