7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/clouddirectory/model/ObjectReference.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/clouddirectory/model/SchemaFacet.h>
12#include <aws/clouddirectory/model/AttributeKeyAndValue.h>
25namespace CloudDirectory
95 inline void SetLinkName(
const char* value) { m_linkNameHasBeenSet =
true; m_linkName.assign(value); }
111 inline void SetBatchReferenceName(
const char* value) { m_batchReferenceNameHasBeenSet =
true; m_batchReferenceName.assign(value); }
119 bool m_schemaFacetHasBeenSet =
false;
122 bool m_objectAttributeListHasBeenSet =
false;
125 bool m_parentReferenceHasBeenSet =
false;
128 bool m_linkNameHasBeenSet =
false;
131 bool m_batchReferenceNameHasBeenSet =
false;
BatchCreateObject & WithLinkName(const Aws::String &value)
const ObjectReference & GetParentReference() const
AWS_CLOUDDIRECTORY_API BatchCreateObject(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLinkName() const
BatchCreateObject & WithSchemaFacet(Aws::Vector< SchemaFacet > &&value)
void SetObjectAttributeList(const Aws::Vector< AttributeKeyAndValue > &value)
BatchCreateObject & WithBatchReferenceName(const char *value)
const Aws::String & GetBatchReferenceName() const
const Aws::Vector< SchemaFacet > & GetSchemaFacet() const
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSchemaFacet(const Aws::Vector< SchemaFacet > &value)
void SetLinkName(Aws::String &&value)
bool LinkNameHasBeenSet() const
BatchCreateObject & WithLinkName(Aws::String &&value)
void SetLinkName(const Aws::String &value)
BatchCreateObject & AddObjectAttributeList(const AttributeKeyAndValue &value)
void SetBatchReferenceName(Aws::String &&value)
bool ObjectAttributeListHasBeenSet() const
BatchCreateObject & AddObjectAttributeList(AttributeKeyAndValue &&value)
void SetObjectAttributeList(Aws::Vector< AttributeKeyAndValue > &&value)
void SetParentReference(ObjectReference &&value)
AWS_CLOUDDIRECTORY_API BatchCreateObject()
BatchCreateObject & WithLinkName(const char *value)
bool SchemaFacetHasBeenSet() const
BatchCreateObject & WithParentReference(const ObjectReference &value)
void SetLinkName(const char *value)
void SetBatchReferenceName(const char *value)
const Aws::Vector< AttributeKeyAndValue > & GetObjectAttributeList() const
BatchCreateObject & WithObjectAttributeList(Aws::Vector< AttributeKeyAndValue > &&value)
BatchCreateObject & WithBatchReferenceName(const Aws::String &value)
void SetSchemaFacet(Aws::Vector< SchemaFacet > &&value)
BatchCreateObject & WithObjectAttributeList(const Aws::Vector< AttributeKeyAndValue > &value)
bool ParentReferenceHasBeenSet() const
bool BatchReferenceNameHasBeenSet() const
BatchCreateObject & WithBatchReferenceName(Aws::String &&value)
BatchCreateObject & WithParentReference(ObjectReference &&value)
void SetParentReference(const ObjectReference &value)
void SetBatchReferenceName(const Aws::String &value)
BatchCreateObject & AddSchemaFacet(const SchemaFacet &value)
BatchCreateObject & WithSchemaFacet(const Aws::Vector< SchemaFacet > &value)
AWS_CLOUDDIRECTORY_API BatchCreateObject & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchCreateObject & AddSchemaFacet(SchemaFacet &&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