7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pi/PI_EXPORTS.h>
10#include <aws/pi/model/FeatureMetadata.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
39 template <
typename IdentifierT = Aws::String>
41 m_identifierHasBeenSet =
true;
42 m_identifier = std::forward<IdentifierT>(value);
44 template <
typename IdentifierT = Aws::String>
57 template <
typename FeaturesT = Aws::Map<Aws::String, FeatureMetadata>>
59 m_featuresHasBeenSet =
true;
60 m_features = std::forward<FeaturesT>(value);
62 template <
typename FeaturesT = Aws::Map<Aws::String, FeatureMetadata>>
67 template <
typename FeaturesKeyT = Aws::String,
typename FeaturesValueT = FeatureMetadata>
69 m_featuresHasBeenSet =
true;
70 m_features.emplace(std::forward<FeaturesKeyT>(key), std::forward<FeaturesValueT>(value));
78 template <
typename RequestIdT = Aws::String>
80 m_requestIdHasBeenSet =
true;
81 m_requestId = std::forward<RequestIdT>(value);
83 template <
typename RequestIdT = Aws::String>
95 bool m_identifierHasBeenSet =
false;
96 bool m_featuresHasBeenSet =
false;
97 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