7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CloudDirectory
49 inline void SetDetachedObjectIdentifier(
const char* value) { m_detachedObjectIdentifierHasBeenSet =
true; m_detachedObjectIdentifier.assign(value); }
57 bool m_detachedObjectIdentifierHasBeenSet =
false;
void SetDetachedObjectIdentifier(const char *value)
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDetachedObjectIdentifier(Aws::String &&value)
const Aws::String & GetDetachedObjectIdentifier() const
bool DetachedObjectIdentifierHasBeenSet() const
BatchDetachObjectResponse & WithDetachedObjectIdentifier(const Aws::String &value)
AWS_CLOUDDIRECTORY_API BatchDetachObjectResponse(Aws::Utils::Json::JsonView jsonValue)
void SetDetachedObjectIdentifier(const Aws::String &value)
BatchDetachObjectResponse & WithDetachedObjectIdentifier(Aws::String &&value)
AWS_CLOUDDIRECTORY_API BatchDetachObjectResponse()
AWS_CLOUDDIRECTORY_API BatchDetachObjectResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchDetachObjectResponse & WithDetachedObjectIdentifier(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue