7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/iotsitewise/IoTSiteWiseRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.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>
59 template<
typename PropertyIdT = Aws::String>
60 void SetPropertyId(PropertyIdT&& value) { m_propertyIdHasBeenSet =
true; m_propertyId = std::forward<PropertyIdT>(value); }
61 template<
typename PropertyIdT = Aws::String>
76 template<
typename PropertyAliasT = Aws::String>
77 void SetPropertyAlias(PropertyAliasT&& value) { m_propertyAliasHasBeenSet =
true; m_propertyAlias = std::forward<PropertyAliasT>(value); }
78 template<
typename PropertyAliasT = Aws::String>
84 bool m_assetIdHasBeenSet =
false;
87 bool m_propertyIdHasBeenSet =
false;
90 bool m_propertyAliasHasBeenSet =
false;
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
void SetAssetId(AssetIdT &&value)
void SetPropertyId(PropertyIdT &&value)
bool AssetIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetPropertyId() const
GetAssetPropertyValueRequest & WithPropertyAlias(PropertyAliasT &&value)
bool PropertyAliasHasBeenSet() const
AWS_IOTSITEWISE_API GetAssetPropertyValueRequest()=default
AWS_IOTSITEWISE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetAssetId() const
GetAssetPropertyValueRequest & WithAssetId(AssetIdT &&value)
const Aws::String & GetPropertyAlias() const
GetAssetPropertyValueRequest & WithPropertyId(PropertyIdT &&value)
void SetPropertyAlias(PropertyAliasT &&value)
bool PropertyIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String