7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace CodeGuruProfiler
54 inline Pattern&
AddCountersToAggregate(
const char* value) { m_countersToAggregateHasBeenSet =
true; m_countersToAggregate.push_back(value);
return *
this; }
66 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
79 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
80 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
94 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
109 inline void SetResolutionSteps(
const char* value) { m_resolutionStepsHasBeenSet =
true; m_resolutionSteps.assign(value); }
138 inline void SetThresholdPercent(
double value) { m_thresholdPercentHasBeenSet =
true; m_thresholdPercent = value; }
144 bool m_countersToAggregateHasBeenSet =
false;
147 bool m_descriptionHasBeenSet =
false;
150 bool m_idHasBeenSet =
false;
153 bool m_nameHasBeenSet =
false;
156 bool m_resolutionStepsHasBeenSet =
false;
159 bool m_targetFramesHasBeenSet =
false;
161 double m_thresholdPercent;
162 bool m_thresholdPercentHasBeenSet =
false;
bool ResolutionStepsHasBeenSet() const
Pattern & WithResolutionSteps(const Aws::String &value)
bool ThresholdPercentHasBeenSet() const
Pattern & WithName(const char *value)
void SetDescription(const Aws::String &value)
void SetName(const Aws::String &value)
Pattern & WithResolutionSteps(const char *value)
Pattern & WithName(const Aws::String &value)
Pattern & WithId(Aws::String &&value)
void SetName(Aws::String &&value)
AWS_CODEGURUPROFILER_API Pattern(Aws::Utils::Json::JsonView jsonValue)
Pattern & WithResolutionSteps(Aws::String &&value)
void SetId(const char *value)
Pattern & WithThresholdPercent(double value)
const Aws::String & GetResolutionSteps() const
Pattern & AddTargetFrames(const Aws::Vector< Aws::String > &value)
Pattern & WithCountersToAggregate(const Aws::Vector< Aws::String > &value)
void SetTargetFrames(const Aws::Vector< Aws::Vector< Aws::String > > &value)
const Aws::String & GetName() const
void SetId(Aws::String &&value)
AWS_CODEGURUPROFILER_API Aws::Utils::Json::JsonValue Jsonize() const
Pattern & WithName(Aws::String &&value)
void SetResolutionSteps(Aws::String &&value)
Pattern & AddCountersToAggregate(const char *value)
void SetId(const Aws::String &value)
void SetName(const char *value)
Pattern & WithDescription(Aws::String &&value)
Pattern & AddTargetFrames(Aws::Vector< Aws::String > &&value)
void SetDescription(Aws::String &&value)
const Aws::Vector< Aws::Vector< Aws::String > > & GetTargetFrames() const
bool IdHasBeenSet() const
void SetResolutionSteps(const Aws::String &value)
Pattern & WithDescription(const char *value)
bool NameHasBeenSet() const
const Aws::String & GetId() const
void SetTargetFrames(Aws::Vector< Aws::Vector< Aws::String > > &&value)
void SetCountersToAggregate(Aws::Vector< Aws::String > &&value)
bool CountersToAggregateHasBeenSet() const
Pattern & AddCountersToAggregate(const Aws::String &value)
Pattern & WithTargetFrames(Aws::Vector< Aws::Vector< Aws::String > > &&value)
Pattern & AddCountersToAggregate(Aws::String &&value)
Pattern & WithCountersToAggregate(Aws::Vector< Aws::String > &&value)
Pattern & WithDescription(const Aws::String &value)
void SetThresholdPercent(double value)
Pattern & WithId(const Aws::String &value)
bool TargetFramesHasBeenSet() const
Pattern & WithTargetFrames(const Aws::Vector< Aws::Vector< Aws::String > > &value)
void SetDescription(const char *value)
AWS_CODEGURUPROFILER_API Pattern()
const Aws::Vector< Aws::String > & GetCountersToAggregate() const
void SetResolutionSteps(const char *value)
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
void SetCountersToAggregate(const Aws::Vector< Aws::String > &value)
Pattern & WithId(const char *value)
AWS_CODEGURUPROFILER_API Pattern & operator=(Aws::Utils::Json::JsonView jsonValue)
double GetThresholdPercent() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue