/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes how to interpret an application-defined timestamp value from an
* MQTT message payload and the precision of that value.See Also:
* AWS
* API Reference
An expression that returns a long epoch time value.
*/ inline const Aws::String& GetValue() const{ return m_value; } /** *An expression that returns a long epoch time value.
*/ inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; } /** *An expression that returns a long epoch time value.
*/ inline void SetValue(const Aws::String& value) { m_valueHasBeenSet = true; m_value = value; } /** *An expression that returns a long epoch time value.
*/ inline void SetValue(Aws::String&& value) { m_valueHasBeenSet = true; m_value = std::move(value); } /** *An expression that returns a long epoch time value.
*/ inline void SetValue(const char* value) { m_valueHasBeenSet = true; m_value.assign(value); } /** *An expression that returns a long epoch time value.
*/ inline TimestreamTimestamp& WithValue(const Aws::String& value) { SetValue(value); return *this;} /** *An expression that returns a long epoch time value.
*/ inline TimestreamTimestamp& WithValue(Aws::String&& value) { SetValue(std::move(value)); return *this;} /** *An expression that returns a long epoch time value.
*/ inline TimestreamTimestamp& WithValue(const char* value) { SetValue(value); return *this;} /** *The precision of the timestamp value that results from the expression
* described in value
.
Valid values: SECONDS
|
* MILLISECONDS
| MICROSECONDS
|
* NANOSECONDS
. The default is MILLISECONDS
.
The precision of the timestamp value that results from the expression
* described in value
.
Valid values: SECONDS
|
* MILLISECONDS
| MICROSECONDS
|
* NANOSECONDS
. The default is MILLISECONDS
.
The precision of the timestamp value that results from the expression
* described in value
.
Valid values: SECONDS
|
* MILLISECONDS
| MICROSECONDS
|
* NANOSECONDS
. The default is MILLISECONDS
.
The precision of the timestamp value that results from the expression
* described in value
.
Valid values: SECONDS
|
* MILLISECONDS
| MICROSECONDS
|
* NANOSECONDS
. The default is MILLISECONDS
.
The precision of the timestamp value that results from the expression
* described in value
.
Valid values: SECONDS
|
* MILLISECONDS
| MICROSECONDS
|
* NANOSECONDS
. The default is MILLISECONDS
.
The precision of the timestamp value that results from the expression
* described in value
.
Valid values: SECONDS
|
* MILLISECONDS
| MICROSECONDS
|
* NANOSECONDS
. The default is MILLISECONDS
.
The precision of the timestamp value that results from the expression
* described in value
.
Valid values: SECONDS
|
* MILLISECONDS
| MICROSECONDS
|
* NANOSECONDS
. The default is MILLISECONDS
.
The precision of the timestamp value that results from the expression
* described in value
.
Valid values: SECONDS
|
* MILLISECONDS
| MICROSECONDS
|
* NANOSECONDS
. The default is MILLISECONDS
.