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
49 template<
typename ParentReferenceT = ObjectReference>
50 void SetParentReference(ParentReferenceT&& value) { m_parentReferenceHasBeenSet =
true; m_parentReference = std::forward<ParentReferenceT>(value); }
51 template<
typename ParentReferenceT = ObjectReference>
61 template<
typename LinkNameT = Aws::String>
62 void SetLinkName(LinkNameT&& value) { m_linkNameHasBeenSet =
true; m_linkName = std::forward<LinkNameT>(value); }
63 template<
typename LinkNameT = Aws::String>
75 template<
typename BatchReferenceNameT = Aws::String>
76 void SetBatchReferenceName(BatchReferenceNameT&& value) { m_batchReferenceNameHasBeenSet =
true; m_batchReferenceName = std::forward<BatchReferenceNameT>(value); }
77 template<
typename BatchReferenceNameT = Aws::String>
83 bool m_parentReferenceHasBeenSet =
false;
86 bool m_linkNameHasBeenSet =
false;
89 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)
const ObjectReference & GetParentReference() const
bool ParentReferenceHasBeenSet() const
BatchDetachObject & WithLinkName(LinkNameT &&value)
BatchDetachObject & WithParentReference(ParentReferenceT &&value)
bool BatchReferenceNameHasBeenSet() const
const Aws::String & GetLinkName() const
void SetBatchReferenceName(BatchReferenceNameT &&value)
AWS_CLOUDDIRECTORY_API BatchDetachObject()=default
BatchDetachObject & WithBatchReferenceName(BatchReferenceNameT &&value)
void SetParentReference(ParentReferenceT &&value)
AWS_CLOUDDIRECTORY_API Aws::Utils::Json::JsonValue Jsonize() const
bool LinkNameHasBeenSet() const
void SetLinkName(LinkNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue