7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/codeguruprofiler/model/AgentParameterField.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace CodeGuruProfiler
88 inline void SetPeriodInSeconds(
int value) { m_periodInSecondsHasBeenSet =
true; m_periodInSeconds = value; }
99 inline void SetShouldProfile(
bool value) { m_shouldProfileHasBeenSet =
true; m_shouldProfile = value; }
105 bool m_agentParametersHasBeenSet =
false;
107 int m_periodInSeconds;
108 bool m_periodInSecondsHasBeenSet =
false;
110 bool m_shouldProfile;
111 bool m_shouldProfileHasBeenSet =
false;
AgentConfiguration & AddAgentParameters(const AgentParameterField &key, const char *value)
AgentConfiguration & WithAgentParameters(const Aws::Map< AgentParameterField, Aws::String > &value)
AgentConfiguration & WithAgentParameters(Aws::Map< AgentParameterField, Aws::String > &&value)
int GetPeriodInSeconds() const
void SetPeriodInSeconds(int value)
void SetAgentParameters(const Aws::Map< AgentParameterField, Aws::String > &value)
bool PeriodInSecondsHasBeenSet() const
AgentConfiguration & AddAgentParameters(AgentParameterField &&key, const char *value)
AgentConfiguration & WithPeriodInSeconds(int value)
AgentConfiguration & WithShouldProfile(bool value)
AgentConfiguration & AddAgentParameters(const AgentParameterField &key, Aws::String &&value)
void SetShouldProfile(bool value)
bool GetShouldProfile() const
AgentConfiguration & AddAgentParameters(const AgentParameterField &key, const Aws::String &value)
AWS_CODEGURUPROFILER_API AgentConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEGURUPROFILER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CODEGURUPROFILER_API AgentConfiguration()
AgentConfiguration & AddAgentParameters(AgentParameterField &&key, Aws::String &&value)
void SetAgentParameters(Aws::Map< AgentParameterField, Aws::String > &&value)
AWS_CODEGURUPROFILER_API AgentConfiguration(Aws::Utils::Json::JsonView jsonValue)
AgentConfiguration & AddAgentParameters(AgentParameterField &&key, const Aws::String &value)
bool AgentParametersHasBeenSet() const
const Aws::Map< AgentParameterField, Aws::String > & GetAgentParameters() const
bool ShouldProfileHasBeenSet() const
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