/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An asset property value entry containing the following
* information.See Also:
AWS
* API Reference
The value of the asset property.
*/ inline const AssetPropertyVariant& GetValue() const{ return m_value; } /** *The value of the asset property.
*/ inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; } /** *The value of the asset property.
*/ inline void SetValue(const AssetPropertyVariant& value) { m_valueHasBeenSet = true; m_value = value; } /** *The value of the asset property.
*/ inline void SetValue(AssetPropertyVariant&& value) { m_valueHasBeenSet = true; m_value = std::move(value); } /** *The value of the asset property.
*/ inline AssetPropertyValue& WithValue(const AssetPropertyVariant& value) { SetValue(value); return *this;} /** *The value of the asset property.
*/ inline AssetPropertyValue& WithValue(AssetPropertyVariant&& value) { SetValue(std::move(value)); return *this;} /** *The asset property value timestamp.
*/ inline const AssetPropertyTimestamp& GetTimestamp() const{ return m_timestamp; } /** *The asset property value timestamp.
*/ inline bool TimestampHasBeenSet() const { return m_timestampHasBeenSet; } /** *The asset property value timestamp.
*/ inline void SetTimestamp(const AssetPropertyTimestamp& value) { m_timestampHasBeenSet = true; m_timestamp = value; } /** *The asset property value timestamp.
*/ inline void SetTimestamp(AssetPropertyTimestamp&& value) { m_timestampHasBeenSet = true; m_timestamp = std::move(value); } /** *The asset property value timestamp.
*/ inline AssetPropertyValue& WithTimestamp(const AssetPropertyTimestamp& value) { SetTimestamp(value); return *this;} /** *The asset property value timestamp.
*/ inline AssetPropertyValue& WithTimestamp(AssetPropertyTimestamp&& value) { SetTimestamp(std::move(value)); return *this;} /** *Optional. A string that describes the quality of the value. Accepts
* substitution templates. Must be GOOD
, BAD
, or
* UNCERTAIN
.
Optional. A string that describes the quality of the value. Accepts
* substitution templates. Must be GOOD
, BAD
, or
* UNCERTAIN
.
Optional. A string that describes the quality of the value. Accepts
* substitution templates. Must be GOOD
, BAD
, or
* UNCERTAIN
.
Optional. A string that describes the quality of the value. Accepts
* substitution templates. Must be GOOD
, BAD
, or
* UNCERTAIN
.
Optional. A string that describes the quality of the value. Accepts
* substitution templates. Must be GOOD
, BAD
, or
* UNCERTAIN
.
Optional. A string that describes the quality of the value. Accepts
* substitution templates. Must be GOOD
, BAD
, or
* UNCERTAIN
.
Optional. A string that describes the quality of the value. Accepts
* substitution templates. Must be GOOD
, BAD
, or
* UNCERTAIN
.
Optional. A string that describes the quality of the value. Accepts
* substitution templates. Must be GOOD
, BAD
, or
* UNCERTAIN
.