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/AttributeKey.h>
24namespace CloudDirectory
67 inline void SetIsUnique(
bool value) { m_isUniqueHasBeenSet =
true; m_isUnique = value; }
91 inline void SetLinkName(
const char* value) { m_linkNameHasBeenSet =
true; m_linkName.assign(value); }
107 inline void SetBatchReferenceName(
const char* value) { m_batchReferenceNameHasBeenSet =
true; m_batchReferenceName.assign(value); }
115 bool m_orderedIndexedAttributeListHasBeenSet =
false;
118 bool m_isUniqueHasBeenSet =
false;
121 bool m_parentReferenceHasBeenSet =
false;
124 bool m_linkNameHasBeenSet =
false;
127 bool m_batchReferenceNameHasBeenSet =
false;
void SetLinkName(const char *value)
void SetLinkName(const Aws::String &value)
const Aws::String & GetLinkName() const
void SetParentReference(ObjectReference &&value)
void SetIsUnique(bool value)
BatchCreateIndex & WithBatchReferenceName(Aws::String &&value)
bool BatchReferenceNameHasBeenSet() const
void SetOrderedIndexedAttributeList(Aws::Vector< AttributeKey > &&value)
void SetOrderedIndexedAttributeList(const Aws::Vector< AttributeKey > &value)
BatchCreateIndex & AddOrderedIndexedAttributeList(AttributeKey &&value)
BatchCreateIndex & AddOrderedIndexedAttributeList(const AttributeKey &value)
bool ParentReferenceHasBeenSet() const
BatchCreateIndex & WithIsUnique(bool value)
const Aws::String & GetBatchReferenceName() const
AWS_CLOUDDIRECTORY_API BatchCreateIndex()
BatchCreateIndex & WithParentReference(ObjectReference &&value)
BatchCreateIndex & WithBatchReferenceName(const char *value)
BatchCreateIndex & WithOrderedIndexedAttributeList(const Aws::Vector< AttributeKey > &value)
BatchCreateIndex & WithParentReference(const ObjectReference &value)
const ObjectReference & GetParentReference() const
BatchCreateIndex & WithBatchReferenceName(const Aws::String &value)
AWS_CLOUDDIRECTORY_API BatchCreateIndex(Aws::Utils::Json::JsonView jsonValue)
BatchCreateIndex & WithLinkName(const char *value)
void SetBatchReferenceName(const Aws::String &value)
bool IsUniqueHasBeenSet() const
BatchCreateIndex & WithOrderedIndexedAttributeList(Aws::Vector< AttributeKey > &&value)
BatchCreateIndex & WithLinkName(Aws::String &&value)
AWS_CLOUDDIRECTORY_API BatchCreateIndex & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetParentReference(const ObjectReference &value)
BatchCreateIndex & WithLinkName(const Aws::String &value)
void SetBatchReferenceName(Aws::String &&value)
const Aws::Vector< AttributeKey > & GetOrderedIndexedAttributeList() const
void SetBatchReferenceName(const char *value)
bool LinkNameHasBeenSet() const
void SetLinkName(Aws::String &&value)
bool OrderedIndexedAttributeListHasBeenSet() const
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue