7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/application-signals/model/Severity.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ApplicationSignals {
44 template <
typename AuditorT = Aws::String>
46 m_auditorHasBeenSet =
true;
47 m_auditor = std::forward<AuditorT>(value);
49 template <
typename AuditorT = Aws::String>
63 template <
typename DescriptionT = Aws::String>
65 m_descriptionHasBeenSet =
true;
66 m_description = std::forward<DescriptionT>(value);
68 template <
typename DescriptionT = Aws::String>
82 template <
typename DataT = Aws::Map<Aws::String, Aws::String>>
84 m_dataHasBeenSet =
true;
85 m_data = std::forward<DataT>(value);
87 template <
typename DataT = Aws::Map<Aws::String, Aws::String>>
89 SetData(std::forward<DataT>(value));
92 template <
typename DataKeyT = Aws::String,
typename DataValueT = Aws::String>
94 m_dataHasBeenSet =
true;
95 m_data.emplace(std::forward<DataKeyT>(key), std::forward<DataValueT>(value));
108 m_severityHasBeenSet =
true;
124 bool m_auditorHasBeenSet =
false;
125 bool m_descriptionHasBeenSet =
false;
126 bool m_dataHasBeenSet =
false;
127 bool m_severityHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
bool SeverityHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetData() const
AWS_APPLICATIONSIGNALS_API AuditorResult & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAuditor() const
const Aws::String & GetDescription() const
AuditorResult & WithSeverity(Severity value)
void SetData(DataT &&value)
AuditorResult & WithDescription(DescriptionT &&value)
bool DataHasBeenSet() const
bool AuditorHasBeenSet() const
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAuditor(AuditorT &&value)
bool DescriptionHasBeenSet() const
AWS_APPLICATIONSIGNALS_API AuditorResult()=default
AWS_APPLICATIONSIGNALS_API AuditorResult(Aws::Utils::Json::JsonView jsonValue)
AuditorResult & WithData(DataT &&value)
AuditorResult & AddData(DataKeyT &&key, DataValueT &&value)
AuditorResult & WithAuditor(AuditorT &&value)
Severity GetSeverity() const
void SetSeverity(Severity 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