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>
64 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
86 bool m_errorCodeHasBeenSet =
false;
89 bool m_errorMessageHasBeenSet =
false;
92 bool m_timestampsHasBeenSet =
false;
BatchPutAssetPropertyError & WithErrorMessage(Aws::String &&value)
bool TimestampsHasBeenSet() const
BatchPutAssetPropertyError & WithTimestamps(const Aws::Vector< TimeInNanos > &value)
bool ErrorMessageHasBeenSet() const
AWS_IOTSITEWISE_API BatchPutAssetPropertyError(Aws::Utils::Json::JsonView jsonValue)
BatchPutAssetPropertyError & WithErrorMessage(const Aws::String &value)
void SetTimestamps(const Aws::Vector< TimeInNanos > &value)
AWS_IOTSITEWISE_API BatchPutAssetPropertyError()
const Aws::String & GetErrorMessage() const
bool ErrorCodeHasBeenSet() const
const BatchPutAssetPropertyValueErrorCode & GetErrorCode() const
BatchPutAssetPropertyError & WithErrorCode(const BatchPutAssetPropertyValueErrorCode &value)
BatchPutAssetPropertyError & WithErrorMessage(const char *value)
BatchPutAssetPropertyError & WithErrorCode(BatchPutAssetPropertyValueErrorCode &&value)
const Aws::Vector< TimeInNanos > & GetTimestamps() const
void SetErrorMessage(const Aws::String &value)
void SetErrorCode(const BatchPutAssetPropertyValueErrorCode &value)
BatchPutAssetPropertyError & WithTimestamps(Aws::Vector< TimeInNanos > &&value)
void SetTimestamps(Aws::Vector< TimeInNanos > &&value)
BatchPutAssetPropertyError & AddTimestamps(TimeInNanos &&value)
void SetErrorMessage(Aws::String &&value)
BatchPutAssetPropertyError & AddTimestamps(const TimeInNanos &value)
void SetErrorCode(BatchPutAssetPropertyValueErrorCode &&value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTSITEWISE_API BatchPutAssetPropertyError & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetErrorMessage(const char *value)
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