7#include <aws/codeguruprofiler/CodeGuruProfilerRequest.h>
8#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
9#include <aws/codeguruprofiler/model/MetadataField.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16namespace CodeGuruProfiler {
45 template <
typename FleetInstanceIdT = Aws::String>
47 m_fleetInstanceIdHasBeenSet =
true;
48 m_fleetInstanceId = std::forward<FleetInstanceIdT>(value);
50 template <
typename FleetInstanceIdT = Aws::String>
78 template <
typename MetadataT = Aws::Map<MetadataField, Aws::String>>
80 m_metadataHasBeenSet =
true;
81 m_metadata = std::forward<MetadataT>(value);
83 template <
typename MetadataT = Aws::Map<MetadataField, Aws::String>>
89 m_metadataHasBeenSet =
true;
90 m_metadata.emplace(key, value);
102 template <
typename ProfilingGroupNameT = Aws::String>
104 m_profilingGroupNameHasBeenSet =
true;
105 m_profilingGroupName = std::forward<ProfilingGroupNameT>(value);
107 template <
typename ProfilingGroupNameT = Aws::String>
119 bool m_fleetInstanceIdHasBeenSet =
false;
120 bool m_metadataHasBeenSet =
false;
121 bool m_profilingGroupNameHasBeenSet =
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