7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/clouddirectory/model/AttributeKeyAndValue.h>
23namespace CloudDirectory
68 inline void SetObjectIdentifier(
const char* value) { m_objectIdentifierHasBeenSet =
true; m_objectIdentifier.assign(value); }
76 bool m_indexedAttributesHasBeenSet =
false;
79 bool m_objectIdentifierHasBeenSet =
false;
IndexAttachment & WithIndexedAttributes(const Aws::Vector< AttributeKeyAndValue > &value)
IndexAttachment & WithObjectIdentifier(const Aws::String &value)
void SetObjectIdentifier(const char *value)
const Aws::Vector< AttributeKeyAndValue > & GetIndexedAttributes() const
AWS_CLOUDDIRECTORY_API IndexAttachment()
IndexAttachment & AddIndexedAttributes(const AttributeKeyAndValue &value)
bool ObjectIdentifierHasBeenSet() const
IndexAttachment & WithObjectIdentifier(Aws::String &&value)
IndexAttachment & WithObjectIdentifier(const char *value)
IndexAttachment & AddIndexedAttributes(AttributeKeyAndValue &&value)
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
IndexAttachment & WithIndexedAttributes(Aws::Vector< AttributeKeyAndValue > &&value)
void SetObjectIdentifier(Aws::String &&value)
void SetObjectIdentifier(const Aws::String &value)
AWS_CLOUDDIRECTORY_API IndexAttachment(Aws::Utils::Json::JsonView jsonValue)
void SetIndexedAttributes(const Aws::Vector< AttributeKeyAndValue > &value)
void SetIndexedAttributes(Aws::Vector< AttributeKeyAndValue > &&value)
AWS_CLOUDDIRECTORY_API IndexAttachment & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IndexedAttributesHasBeenSet() const
const Aws::String & GetObjectIdentifier() 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