7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CloudDirectory
50 inline void SetAttachedObjectIdentifier(
const char* value) { m_attachedObjectIdentifierHasBeenSet =
true; m_attachedObjectIdentifier.assign(value); }
58 bool m_attachedObjectIdentifierHasBeenSet =
false;
AWS_CLOUDDIRECTORY_API BatchAttachToIndexResponse()
AWS_CLOUDDIRECTORY_API BatchAttachToIndexResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAttachedObjectIdentifier() const
void SetAttachedObjectIdentifier(const char *value)
AWS_CLOUDDIRECTORY_API BatchAttachToIndexResponse(Aws::Utils::Json::JsonView jsonValue)
BatchAttachToIndexResponse & WithAttachedObjectIdentifier(const Aws::String &value)
bool AttachedObjectIdentifierHasBeenSet() const
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAttachedObjectIdentifier(const Aws::String &value)
BatchAttachToIndexResponse & WithAttachedObjectIdentifier(Aws::String &&value)
void SetAttachedObjectIdentifier(Aws::String &&value)
BatchAttachToIndexResponse & WithAttachedObjectIdentifier(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue