7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CodeGuruProfiler {
30 AWS_CODEGURUPROFILER_API
Match() =
default;
42 template <
typename FrameAddressT = Aws::String>
44 m_frameAddressHasBeenSet =
true;
45 m_frameAddress = std::forward<FrameAddressT>(value);
47 template <
typename FrameAddressT = Aws::String>
61 m_targetFramesIndexHasBeenSet =
true;
62 m_targetFramesIndex = value;
77 m_thresholdBreachValueHasBeenSet =
true;
78 m_thresholdBreachValue = value;
88 int m_targetFramesIndex{0};
90 double m_thresholdBreachValue{0.0};
91 bool m_frameAddressHasBeenSet =
false;
92 bool m_targetFramesIndexHasBeenSet =
false;
93 bool m_thresholdBreachValueHasBeenSet =
false;
bool TargetFramesIndexHasBeenSet() const
Match & WithFrameAddress(FrameAddressT &&value)
Match & WithTargetFramesIndex(int value)
bool ThresholdBreachValueHasBeenSet() const
Match & WithThresholdBreachValue(double value)
int GetTargetFramesIndex() const
AWS_CODEGURUPROFILER_API Match(Aws::Utils::Json::JsonView jsonValue)
void SetFrameAddress(FrameAddressT &&value)
const Aws::String & GetFrameAddress() const
AWS_CODEGURUPROFILER_API Aws::Utils::Json::JsonValue Jsonize() const
double GetThresholdBreachValue() const
bool FrameAddressHasBeenSet() const
AWS_CODEGURUPROFILER_API Match & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetThresholdBreachValue(double value)
void SetTargetFramesIndex(int value)
AWS_CODEGURUPROFILER_API Match()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue