7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
56 template<
typename EntryIdT = Aws::String>
57 void SetEntryId(EntryIdT&& value) { m_entryIdHasBeenSet =
true; m_entryId = std::forward<EntryIdT>(value); }
58 template<
typename EntryIdT = Aws::String>
68 template<
typename AssetIdT = Aws::String>
69 void SetAssetId(AssetIdT&& value) { m_assetIdHasBeenSet =
true; m_assetId = std::forward<AssetIdT>(value); }
70 template<
typename AssetIdT = Aws::String>
80 template<
typename PropertyIdT = Aws::String>
81 void SetPropertyId(PropertyIdT&& value) { m_propertyIdHasBeenSet =
true; m_propertyId = std::forward<PropertyIdT>(value); }
82 template<
typename PropertyIdT = Aws::String>
97 template<
typename PropertyAliasT = Aws::String>
98 void SetPropertyAlias(PropertyAliasT&& value) { m_propertyAliasHasBeenSet =
true; m_propertyAlias = std::forward<PropertyAliasT>(value); }
99 template<
typename PropertyAliasT = Aws::String>
105 bool m_entryIdHasBeenSet =
false;
108 bool m_assetIdHasBeenSet =
false;
111 bool m_propertyIdHasBeenSet =
false;
114 bool m_propertyAliasHasBeenSet =
false;
void SetEntryId(EntryIdT &&value)
const Aws::String & GetPropertyAlias() const
bool PropertyIdHasBeenSet() const
BatchGetAssetPropertyValueEntry & WithPropertyAlias(PropertyAliasT &&value)
BatchGetAssetPropertyValueEntry & WithAssetId(AssetIdT &&value)
BatchGetAssetPropertyValueEntry & WithEntryId(EntryIdT &&value)
BatchGetAssetPropertyValueEntry & WithPropertyId(PropertyIdT &&value)
void SetAssetId(AssetIdT &&value)
void SetPropertyAlias(PropertyAliasT &&value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
bool AssetIdHasBeenSet() const
const Aws::String & GetEntryId() const
bool PropertyAliasHasBeenSet() const
const Aws::String & GetAssetId() const
void SetPropertyId(PropertyIdT &&value)
AWS_IOTSITEWISE_API BatchGetAssetPropertyValueEntry(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSITEWISE_API BatchGetAssetPropertyValueEntry()=default
bool EntryIdHasBeenSet() const
AWS_IOTSITEWISE_API BatchGetAssetPropertyValueEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPropertyId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue