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/AssetModelVersionType.h>
12#include <aws/core/utils/UUID.h>
55 template<
typename AssetModelIdT = Aws::String>
56 void SetAssetModelId(AssetModelIdT&& value) { m_assetModelIdHasBeenSet =
true; m_assetModelId = std::forward<AssetModelIdT>(value); }
57 template<
typename AssetModelIdT = Aws::String>
69 template<
typename ClientTokenT = Aws::String>
70 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
71 template<
typename ClientTokenT = Aws::String>
86 template<
typename IfMatchT = Aws::String>
87 void SetIfMatch(IfMatchT&& value) { m_ifMatchHasBeenSet =
true; m_ifMatch = std::forward<IfMatchT>(value); }
88 template<
typename IfMatchT = Aws::String>
100 template<
typename IfNoneMatchT = Aws::String>
101 void SetIfNoneMatch(IfNoneMatchT&& value) { m_ifNoneMatchHasBeenSet =
true; m_ifNoneMatch = std::forward<IfNoneMatchT>(value); }
102 template<
typename IfNoneMatchT = Aws::String>
121 bool m_assetModelIdHasBeenSet =
false;
124 bool m_clientTokenHasBeenSet =
true;
127 bool m_ifMatchHasBeenSet =
false;
130 bool m_ifNoneMatchHasBeenSet =
false;
133 bool m_matchForVersionTypeHasBeenSet =
false;
DeleteAssetModelRequest & WithMatchForVersionType(AssetModelVersionType value)
DeleteAssetModelRequest & WithIfNoneMatch(IfNoneMatchT &&value)
const Aws::String & GetAssetModelId() const
void SetIfMatch(IfMatchT &&value)
void SetIfNoneMatch(IfNoneMatchT &&value)
const Aws::String & GetIfNoneMatch() const
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
const Aws::String & GetIfMatch() const
AWS_IOTSITEWISE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
DeleteAssetModelRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
bool AssetModelIdHasBeenSet() const
bool IfMatchHasBeenSet() const
void SetMatchForVersionType(AssetModelVersionType value)
DeleteAssetModelRequest & WithIfMatch(IfMatchT &&value)
DeleteAssetModelRequest & WithAssetModelId(AssetModelIdT &&value)
virtual const char * GetServiceRequestName() const override
AssetModelVersionType GetMatchForVersionType() const
bool MatchForVersionTypeHasBeenSet() const
AWS_IOTSITEWISE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool IfNoneMatchHasBeenSet() const
bool ClientTokenHasBeenSet() const
void SetAssetModelId(AssetModelIdT &&value)
AWS_IOTSITEWISE_API DeleteAssetModelRequest()=default
void SetClientToken(ClientTokenT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String