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