/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the output of a CreateObject operation.See
* Also:
AWS
* API Reference
A list of FacetArns
that will be associated with the object. For
* more information, see arns.
A list of FacetArns
that will be associated with the object. For
* more information, see arns.
A list of FacetArns
that will be associated with the object. For
* more information, see arns.
A list of FacetArns
that will be associated with the object. For
* more information, see arns.
A list of FacetArns
that will be associated with the object. For
* more information, see arns.
A list of FacetArns
that will be associated with the object. For
* more information, see arns.
A list of FacetArns
that will be associated with the object. For
* more information, see arns.
A list of FacetArns
that will be associated with the object. For
* more information, see arns.
An attribute map, which contains an attribute ARN as the key and attribute * value as the map value.
*/ inline const Aws::VectorAn attribute map, which contains an attribute ARN as the key and attribute * value as the map value.
*/ inline bool ObjectAttributeListHasBeenSet() const { return m_objectAttributeListHasBeenSet; } /** *An attribute map, which contains an attribute ARN as the key and attribute * value as the map value.
*/ inline void SetObjectAttributeList(const Aws::VectorAn attribute map, which contains an attribute ARN as the key and attribute * value as the map value.
*/ inline void SetObjectAttributeList(Aws::VectorAn attribute map, which contains an attribute ARN as the key and attribute * value as the map value.
*/ inline BatchCreateObject& WithObjectAttributeList(const Aws::VectorAn attribute map, which contains an attribute ARN as the key and attribute * value as the map value.
*/ inline BatchCreateObject& WithObjectAttributeList(Aws::VectorAn attribute map, which contains an attribute ARN as the key and attribute * value as the map value.
*/ inline BatchCreateObject& AddObjectAttributeList(const AttributeKeyAndValue& value) { m_objectAttributeListHasBeenSet = true; m_objectAttributeList.push_back(value); return *this; } /** *An attribute map, which contains an attribute ARN as the key and attribute * value as the map value.
*/ inline BatchCreateObject& AddObjectAttributeList(AttributeKeyAndValue&& value) { m_objectAttributeListHasBeenSet = true; m_objectAttributeList.push_back(std::move(value)); return *this; } /** *If specified, the parent reference to which this object will be attached.
*/ inline const ObjectReference& GetParentReference() const{ return m_parentReference; } /** *If specified, the parent reference to which this object will be attached.
*/ inline bool ParentReferenceHasBeenSet() const { return m_parentReferenceHasBeenSet; } /** *If specified, the parent reference to which this object will be attached.
*/ inline void SetParentReference(const ObjectReference& value) { m_parentReferenceHasBeenSet = true; m_parentReference = value; } /** *If specified, the parent reference to which this object will be attached.
*/ inline void SetParentReference(ObjectReference&& value) { m_parentReferenceHasBeenSet = true; m_parentReference = std::move(value); } /** *If specified, the parent reference to which this object will be attached.
*/ inline BatchCreateObject& WithParentReference(const ObjectReference& value) { SetParentReference(value); return *this;} /** *If specified, the parent reference to which this object will be attached.
*/ inline BatchCreateObject& WithParentReference(ObjectReference&& value) { SetParentReference(std::move(value)); return *this;} /** *The name of the link.
*/ inline const Aws::String& GetLinkName() const{ return m_linkName; } /** *The name of the link.
*/ inline bool LinkNameHasBeenSet() const { return m_linkNameHasBeenSet; } /** *The name of the link.
*/ inline void SetLinkName(const Aws::String& value) { m_linkNameHasBeenSet = true; m_linkName = value; } /** *The name of the link.
*/ inline void SetLinkName(Aws::String&& value) { m_linkNameHasBeenSet = true; m_linkName = std::move(value); } /** *The name of the link.
*/ inline void SetLinkName(const char* value) { m_linkNameHasBeenSet = true; m_linkName.assign(value); } /** *The name of the link.
*/ inline BatchCreateObject& WithLinkName(const Aws::String& value) { SetLinkName(value); return *this;} /** *The name of the link.
*/ inline BatchCreateObject& WithLinkName(Aws::String&& value) { SetLinkName(std::move(value)); return *this;} /** *The name of the link.
*/ inline BatchCreateObject& WithLinkName(const char* value) { SetLinkName(value); return *this;} /** *The batch reference name. See Transaction * Support for more information.
*/ inline const Aws::String& GetBatchReferenceName() const{ return m_batchReferenceName; } /** *The batch reference name. See Transaction * Support for more information.
*/ inline bool BatchReferenceNameHasBeenSet() const { return m_batchReferenceNameHasBeenSet; } /** *The batch reference name. See Transaction * Support for more information.
*/ inline void SetBatchReferenceName(const Aws::String& value) { m_batchReferenceNameHasBeenSet = true; m_batchReferenceName = value; } /** *The batch reference name. See Transaction * Support for more information.
*/ inline void SetBatchReferenceName(Aws::String&& value) { m_batchReferenceNameHasBeenSet = true; m_batchReferenceName = std::move(value); } /** *The batch reference name. See Transaction * Support for more information.
*/ inline void SetBatchReferenceName(const char* value) { m_batchReferenceNameHasBeenSet = true; m_batchReferenceName.assign(value); } /** *The batch reference name. See Transaction * Support for more information.
*/ inline BatchCreateObject& WithBatchReferenceName(const Aws::String& value) { SetBatchReferenceName(value); return *this;} /** *The batch reference name. See Transaction * Support for more information.
*/ inline BatchCreateObject& WithBatchReferenceName(Aws::String&& value) { SetBatchReferenceName(std::move(value)); return *this;} /** *The batch reference name. See Transaction * Support for more information.
*/ inline BatchCreateObject& WithBatchReferenceName(const char* value) { SetBatchReferenceName(value); return *this;} private: Aws::Vector