7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iot/model/AssetPropertyValue.h>
51 template<
typename EntryIdT = Aws::String>
52 void SetEntryId(EntryIdT&& value) { m_entryIdHasBeenSet =
true; m_entryId = std::forward<EntryIdT>(value); }
53 template<
typename EntryIdT = Aws::String>
65 template<
typename AssetIdT = Aws::String>
66 void SetAssetId(AssetIdT&& value) { m_assetIdHasBeenSet =
true; m_assetId = std::forward<AssetIdT>(value); }
67 template<
typename AssetIdT = Aws::String>
79 template<
typename PropertyIdT = Aws::String>
80 void SetPropertyId(PropertyIdT&& value) { m_propertyIdHasBeenSet =
true; m_propertyId = std::forward<PropertyIdT>(value); }
81 template<
typename PropertyIdT = Aws::String>
93 template<
typename PropertyAliasT = Aws::String>
94 void SetPropertyAlias(PropertyAliasT&& value) { m_propertyAliasHasBeenSet =
true; m_propertyAlias = std::forward<PropertyAliasT>(value); }
95 template<
typename PropertyAliasT = Aws::String>
106 template<
typename PropertyValuesT = Aws::Vector<AssetPropertyValue>>
107 void SetPropertyValues(PropertyValuesT&& value) { m_propertyValuesHasBeenSet =
true; m_propertyValues = std::forward<PropertyValuesT>(value); }
108 template<
typename PropertyValuesT = Aws::Vector<AssetPropertyValue>>
110 template<
typename PropertyValuesT = AssetPropertyValue>
116 bool m_entryIdHasBeenSet =
false;
119 bool m_assetIdHasBeenSet =
false;
122 bool m_propertyIdHasBeenSet =
false;
125 bool m_propertyAliasHasBeenSet =
false;
128 bool m_propertyValuesHasBeenSet =
false;
PutAssetPropertyValueEntry & AddPropertyValues(PropertyValuesT &&value)
bool EntryIdHasBeenSet() const
void SetPropertyId(PropertyIdT &&value)
const Aws::String & GetPropertyAlias() const
const Aws::String & GetAssetId() const
PutAssetPropertyValueEntry & WithEntryId(EntryIdT &&value)
PutAssetPropertyValueEntry & WithPropertyId(PropertyIdT &&value)
AWS_IOT_API PutAssetPropertyValueEntry()=default
void SetEntryId(EntryIdT &&value)
const Aws::String & GetPropertyId() const
const Aws::Vector< AssetPropertyValue > & GetPropertyValues() const
void SetAssetId(AssetIdT &&value)
AWS_IOT_API PutAssetPropertyValueEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PropertyIdHasBeenSet() const
PutAssetPropertyValueEntry & WithPropertyValues(PropertyValuesT &&value)
PutAssetPropertyValueEntry & WithAssetId(AssetIdT &&value)
const Aws::String & GetEntryId() const
void SetPropertyAlias(PropertyAliasT &&value)
PutAssetPropertyValueEntry & WithPropertyAlias(PropertyAliasT &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
bool PropertyValuesHasBeenSet() const
void SetPropertyValues(PropertyValuesT &&value)
bool PropertyAliasHasBeenSet() const
AWS_IOT_API PutAssetPropertyValueEntry(Aws::Utils::Json::JsonView jsonValue)
bool AssetIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue