7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/DateTime.h>
23namespace ApplicationSignals
50 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
51 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
65 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
112 inline void SetOperationName(
const char* value) { m_operationNameHasBeenSet =
true; m_operationName.assign(value); }
133 bool m_arnHasBeenSet =
false;
136 bool m_nameHasBeenSet =
false;
139 bool m_keyAttributesHasBeenSet =
false;
142 bool m_operationNameHasBeenSet =
false;
145 bool m_createdTimeHasBeenSet =
false;
AWS_APPLICATIONSIGNALS_API ServiceLevelObjectiveSummary()
void SetKeyAttributes(Aws::Map< Aws::String, Aws::String > &&value)
ServiceLevelObjectiveSummary & WithArn(const Aws::String &value)
ServiceLevelObjectiveSummary & AddKeyAttributes(const Aws::String &key, Aws::String &&value)
bool KeyAttributesHasBeenSet() const
ServiceLevelObjectiveSummary & WithKeyAttributes(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::String & GetOperationName() const
void SetArn(Aws::String &&value)
ServiceLevelObjectiveSummary & AddKeyAttributes(const Aws::String &key, const Aws::String &value)
void SetName(const Aws::String &value)
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPLICATIONSIGNALS_API ServiceLevelObjectiveSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPLICATIONSIGNALS_API ServiceLevelObjectiveSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetKeyAttributes() const
ServiceLevelObjectiveSummary & AddKeyAttributes(Aws::String &&key, const Aws::String &value)
const Aws::Utils::DateTime & GetCreatedTime() const
void SetName(Aws::String &&value)
bool OperationNameHasBeenSet() const
ServiceLevelObjectiveSummary & AddKeyAttributes(const char *key, Aws::String &&value)
ServiceLevelObjectiveSummary & WithOperationName(const char *value)
void SetOperationName(Aws::String &&value)
void SetCreatedTime(Aws::Utils::DateTime &&value)
const Aws::String & GetArn() const
ServiceLevelObjectiveSummary & WithArn(Aws::String &&value)
ServiceLevelObjectiveSummary & WithOperationName(Aws::String &&value)
void SetCreatedTime(const Aws::Utils::DateTime &value)
void SetName(const char *value)
ServiceLevelObjectiveSummary & AddKeyAttributes(Aws::String &&key, const char *value)
void SetArn(const Aws::String &value)
bool ArnHasBeenSet() const
ServiceLevelObjectiveSummary & WithKeyAttributes(const Aws::Map< Aws::String, Aws::String > &value)
void SetKeyAttributes(const Aws::Map< Aws::String, Aws::String > &value)
bool CreatedTimeHasBeenSet() const
bool NameHasBeenSet() const
ServiceLevelObjectiveSummary & AddKeyAttributes(Aws::String &&key, Aws::String &&value)
ServiceLevelObjectiveSummary & WithCreatedTime(const Aws::Utils::DateTime &value)
const Aws::String & GetName() const
void SetOperationName(const Aws::String &value)
void SetArn(const char *value)
void SetOperationName(const char *value)
ServiceLevelObjectiveSummary & WithName(Aws::String &&value)
ServiceLevelObjectiveSummary & WithName(const char *value)
ServiceLevelObjectiveSummary & WithName(const Aws::String &value)
ServiceLevelObjectiveSummary & WithCreatedTime(Aws::Utils::DateTime &&value)
ServiceLevelObjectiveSummary & WithArn(const char *value)
ServiceLevelObjectiveSummary & WithOperationName(const Aws::String &value)
ServiceLevelObjectiveSummary & AddKeyAttributes(const char *key, const char *value)
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