7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/codeguruprofiler/CodeGuruProfilerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/codeguruprofiler/model/MetadataField.h>
16namespace CodeGuruProfiler
49 template<
typename FleetInstanceIdT = Aws::String>
50 void SetFleetInstanceId(FleetInstanceIdT&& value) { m_fleetInstanceIdHasBeenSet =
true; m_fleetInstanceId = std::forward<FleetInstanceIdT>(value); }
51 template<
typename FleetInstanceIdT = Aws::String>
76 template<
typename MetadataT = Aws::Map<MetadataField, Aws::String>>
77 void SetMetadata(MetadataT&& value) { m_metadataHasBeenSet =
true; m_metadata = std::forward<MetadataT>(value); }
78 template<
typename MetadataT = Aws::Map<MetadataField, Aws::String>>
81 m_metadataHasBeenSet =
true; m_metadata.emplace(key, value);
return *
this;
92 template<
typename ProfilingGroupNameT = Aws::String>
93 void SetProfilingGroupName(ProfilingGroupNameT&& value) { m_profilingGroupNameHasBeenSet =
true; m_profilingGroupName = std::forward<ProfilingGroupNameT>(value); }
94 template<
typename ProfilingGroupNameT = Aws::String>
100 bool m_fleetInstanceIdHasBeenSet =
false;
103 bool m_metadataHasBeenSet =
false;
106 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