7#include <aws/pi/PI_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/pi/model/FeatureMetadata.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
45 template<
typename IdentifierT = Aws::String>
46 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
47 template<
typename IdentifierT = Aws::String>
57 template<
typename FeaturesT = Aws::Map<Aws::String, FeatureMetadata>>
58 void SetFeatures(FeaturesT&& value) { m_featuresHasBeenSet =
true; m_features = std::forward<FeaturesT>(value); }
59 template<
typename FeaturesT = Aws::Map<Aws::String, FeatureMetadata>>
61 template<
typename FeaturesKeyT = Aws::String,
typename FeaturesValueT = FeatureMetadata>
63 m_featuresHasBeenSet =
true; m_features.emplace(std::forward<FeaturesKeyT>(key), std::forward<FeaturesValueT>(value));
return *
this;
70 template<
typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
72 template<
typename RequestIdT = Aws::String>
78 bool m_identifierHasBeenSet =
false;
81 bool m_featuresHasBeenSet =
false;
84 bool m_requestIdHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue