7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/iotsitewise/IoTSiteWiseRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iotsitewise/model/PropertyNotificationState.h>
12#include <aws/core/utils/UUID.h>
47 template<
typename AssetIdT = Aws::String>
48 void SetAssetId(AssetIdT&& value) { m_assetIdHasBeenSet =
true; m_assetId = std::forward<AssetIdT>(value); }
49 template<
typename AssetIdT = Aws::String>
63 template<
typename PropertyIdT = Aws::String>
64 void SetPropertyId(PropertyIdT&& value) { m_propertyIdHasBeenSet =
true; m_propertyId = std::forward<PropertyIdT>(value); }
65 template<
typename PropertyIdT = Aws::String>
81 template<
typename PropertyAliasT = Aws::String>
82 void SetPropertyAlias(PropertyAliasT&& value) { m_propertyAliasHasBeenSet =
true; m_propertyAlias = std::forward<PropertyAliasT>(value); }
83 template<
typename PropertyAliasT = Aws::String>
110 template<
typename ClientTokenT = Aws::String>
111 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
112 template<
typename ClientTokenT = Aws::String>
124 template<
typename PropertyUnitT = Aws::String>
125 void SetPropertyUnit(PropertyUnitT&& value) { m_propertyUnitHasBeenSet =
true; m_propertyUnit = std::forward<PropertyUnitT>(value); }
126 template<
typename PropertyUnitT = Aws::String>
132 bool m_assetIdHasBeenSet =
false;
135 bool m_propertyIdHasBeenSet =
false;
138 bool m_propertyAliasHasBeenSet =
false;
141 bool m_propertyNotificationStateHasBeenSet =
false;
144 bool m_clientTokenHasBeenSet =
true;
147 bool m_propertyUnitHasBeenSet =
false;
const Aws::String & GetAssetId() const
UpdateAssetPropertyRequest & WithPropertyAlias(PropertyAliasT &&value)
void SetPropertyNotificationState(PropertyNotificationState value)
bool PropertyUnitHasBeenSet() const
const Aws::String & GetPropertyId() const
bool ClientTokenHasBeenSet() const
UpdateAssetPropertyRequest & WithPropertyId(PropertyIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetPropertyId(PropertyIdT &&value)
UpdateAssetPropertyRequest & WithPropertyNotificationState(PropertyNotificationState value)
void SetPropertyUnit(PropertyUnitT &&value)
void SetClientToken(ClientTokenT &&value)
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
UpdateAssetPropertyRequest & WithAssetId(AssetIdT &&value)
const Aws::String & GetPropertyUnit() const
const Aws::String & GetClientToken() const
bool PropertyNotificationStateHasBeenSet() const
PropertyNotificationState GetPropertyNotificationState() const
UpdateAssetPropertyRequest & WithClientToken(ClientTokenT &&value)
void SetAssetId(AssetIdT &&value)
UpdateAssetPropertyRequest & WithPropertyUnit(PropertyUnitT &&value)
AWS_IOTSITEWISE_API UpdateAssetPropertyRequest()=default
bool PropertyAliasHasBeenSet() const
bool PropertyIdHasBeenSet() const
bool AssetIdHasBeenSet() const
void SetPropertyAlias(PropertyAliasT &&value)
const Aws::String & GetPropertyAlias() const
static Aws::Utils::UUID PseudoRandomUUID()
PropertyNotificationState
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String