7#include <aws/clouddirectory/CloudDirectory_EXPORTS.h>
8#include <aws/clouddirectory/model/ObjectReference.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace CloudDirectory
63 inline void SetLinkName(
const char* value) { m_linkNameHasBeenSet =
true; m_linkName.assign(value); }
79 inline void SetBatchReferenceName(
const char* value) { m_batchReferenceNameHasBeenSet =
true; m_batchReferenceName.assign(value); }
87 bool m_parentReferenceHasBeenSet =
false;
90 bool m_linkNameHasBeenSet =
false;
93 bool m_batchReferenceNameHasBeenSet =
false;
AWS_CLOUDDIRECTORY_API BatchDetachObject(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetBatchReferenceName() const
AWS_CLOUDDIRECTORY_API BatchDetachObject & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLinkName(const Aws::String &value)
void SetParentReference(ObjectReference &&value)
const ObjectReference & GetParentReference() const
void SetBatchReferenceName(Aws::String &&value)
void SetLinkName(const char *value)
bool ParentReferenceHasBeenSet() const
void SetBatchReferenceName(const Aws::String &value)
BatchDetachObject & WithLinkName(const char *value)
BatchDetachObject & WithParentReference(const ObjectReference &value)
BatchDetachObject & WithLinkName(const Aws::String &value)
BatchDetachObject & WithBatchReferenceName(Aws::String &&value)
BatchDetachObject & WithBatchReferenceName(const Aws::String &value)
bool BatchReferenceNameHasBeenSet() const
const Aws::String & GetLinkName() const
AWS_CLOUDDIRECTORY_API BatchDetachObject()
void SetLinkName(Aws::String &&value)
BatchDetachObject & WithParentReference(ObjectReference &&value)
BatchDetachObject & WithBatchReferenceName(const char *value)
void SetBatchReferenceName(const char *value)
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
BatchDetachObject & WithLinkName(Aws::String &&value)
void SetParentReference(const ObjectReference &value)
bool LinkNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue