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
52 template<
typename ObjectReferenceT = ObjectReference>
53 void SetObjectReference(ObjectReferenceT&& value) { m_objectReferenceHasBeenSet =
true; m_objectReference = std::forward<ObjectReferenceT>(value); }
54 template<
typename ObjectReferenceT = ObjectReference>
65 template<
typename SchemaFacetT = SchemaFacet>
66 void SetSchemaFacet(SchemaFacetT&& value) { m_schemaFacetHasBeenSet =
true; m_schemaFacet = std::forward<SchemaFacetT>(value); }
67 template<
typename SchemaFacetT = SchemaFacet>
77 template<
typename AttributeNamesT = Aws::Vector<Aws::String>>
78 void SetAttributeNames(AttributeNamesT&& value) { m_attributeNamesHasBeenSet =
true; m_attributeNames = std::forward<AttributeNamesT>(value); }
79 template<
typename AttributeNamesT = Aws::Vector<Aws::String>>
81 template<
typename AttributeNamesT = Aws::String>
87 bool m_objectReferenceHasBeenSet =
false;
90 bool m_schemaFacetHasBeenSet =
false;
93 bool m_attributeNamesHasBeenSet =
false;
BatchGetObjectAttributes & WithObjectReference(ObjectReferenceT &&value)
bool AttributeNamesHasBeenSet() const
void SetAttributeNames(AttributeNamesT &&value)
bool SchemaFacetHasBeenSet() const
AWS_CLOUDDIRECTORY_API BatchGetObjectAttributes(Aws::Utils::Json::JsonView jsonValue)
BatchGetObjectAttributes & AddAttributeNames(AttributeNamesT &&value)
void SetObjectReference(ObjectReferenceT &&value)
const ObjectReference & GetObjectReference() const
const SchemaFacet & GetSchemaFacet() const
const Aws::Vector< Aws::String > & GetAttributeNames() const
AWS_CLOUDDIRECTORY_API BatchGetObjectAttributes()=default
BatchGetObjectAttributes & WithSchemaFacet(SchemaFacetT &&value)
void SetSchemaFacet(SchemaFacetT &&value)
BatchGetObjectAttributes & WithAttributeNames(AttributeNamesT &&value)
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLOUDDIRECTORY_API BatchGetObjectAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ObjectReferenceHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue