/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An entity attribute that's unique to a specific entity.See
* Also:
AWS
* API Reference
A string representation of the path to a given attribute or sub-attribute. * Supports JMESPath.
*/ inline const Aws::String& GetAttributePath() const{ return m_attributePath; } /** *A string representation of the path to a given attribute or sub-attribute. * Supports JMESPath.
*/ inline bool AttributePathHasBeenSet() const { return m_attributePathHasBeenSet; } /** *A string representation of the path to a given attribute or sub-attribute. * Supports JMESPath.
*/ inline void SetAttributePath(const Aws::String& value) { m_attributePathHasBeenSet = true; m_attributePath = value; } /** *A string representation of the path to a given attribute or sub-attribute. * Supports JMESPath.
*/ inline void SetAttributePath(Aws::String&& value) { m_attributePathHasBeenSet = true; m_attributePath = std::move(value); } /** *A string representation of the path to a given attribute or sub-attribute. * Supports JMESPath.
*/ inline void SetAttributePath(const char* value) { m_attributePathHasBeenSet = true; m_attributePath.assign(value); } /** *A string representation of the path to a given attribute or sub-attribute. * Supports JMESPath.
*/ inline UniqueAttribute& WithAttributePath(const Aws::String& value) { SetAttributePath(value); return *this;} /** *A string representation of the path to a given attribute or sub-attribute. * Supports JMESPath.
*/ inline UniqueAttribute& WithAttributePath(Aws::String&& value) { SetAttributePath(std::move(value)); return *this;} /** *A string representation of the path to a given attribute or sub-attribute. * Supports JMESPath.
*/ inline UniqueAttribute& WithAttributePath(const char* value) { SetAttributePath(value); return *this;} /** *The value of the attribute. This is a Document
type. This type
* is not supported by Java V1, Go V1, and older versions of the AWS CLI.
The value of the attribute. This is a Document
type. This type
* is not supported by Java V1, Go V1, and older versions of the AWS CLI.
The value of the attribute. This is a Document
type. This type
* is not supported by Java V1, Go V1, and older versions of the AWS CLI.
The value of the attribute. This is a Document
type. This type
* is not supported by Java V1, Go V1, and older versions of the AWS CLI.
The value of the attribute. This is a Document
type. This type
* is not supported by Java V1, Go V1, and older versions of the AWS CLI.
The value of the attribute. This is a Document
type. This type
* is not supported by Java V1, Go V1, and older versions of the AWS CLI.