7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/iotsitewise/model/BatchPutAssetPropertyValueErrorCode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/iotsitewise/model/TimeInNanos.h>
60 template<
typename ErrorMessageT = Aws::String>
61 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
62 template<
typename ErrorMessageT = Aws::String>
72 template<
typename TimestampsT = Aws::Vector<TimeInNanos>>
73 void SetTimestamps(TimestampsT&& value) { m_timestampsHasBeenSet =
true; m_timestamps = std::forward<TimestampsT>(value); }
74 template<
typename TimestampsT = Aws::Vector<TimeInNanos>>
76 template<
typename TimestampsT = TimeInNanos>
82 bool m_errorCodeHasBeenSet =
false;
85 bool m_errorMessageHasBeenSet =
false;
88 bool m_timestampsHasBeenSet =
false;
bool TimestampsHasBeenSet() const
AWS_IOTSITEWISE_API BatchPutAssetPropertyError()=default
bool ErrorMessageHasBeenSet() const
AWS_IOTSITEWISE_API BatchPutAssetPropertyError(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetErrorMessage() const
BatchPutAssetPropertyError & WithErrorMessage(ErrorMessageT &&value)
bool ErrorCodeHasBeenSet() const
BatchPutAssetPropertyError & WithErrorCode(BatchPutAssetPropertyValueErrorCode value)
BatchPutAssetPropertyError & WithTimestamps(TimestampsT &&value)
const Aws::Vector< TimeInNanos > & GetTimestamps() const
BatchPutAssetPropertyValueErrorCode GetErrorCode() const
void SetErrorMessage(ErrorMessageT &&value)
void SetErrorCode(BatchPutAssetPropertyValueErrorCode value)
void SetTimestamps(TimestampsT &&value)
BatchPutAssetPropertyError & AddTimestamps(TimestampsT &&value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTSITEWISE_API BatchPutAssetPropertyError & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchPutAssetPropertyValueErrorCode
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue