7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/application-signals/model/DynamicInstrumentationSignalType.h>
9#include <aws/application-signals/model/InstrumentationConfigurationStatus.h>
10#include <aws/application-signals/model/InstrumentationErrorCause.h>
11#include <aws/application-signals/model/InstrumentationType.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
24namespace ApplicationSignals {
47 m_instrumentationTypeHasBeenSet =
true;
48 m_instrumentationType = value;
63 m_signalTypeHasBeenSet =
true;
79 template <
typename LocationHashT = Aws::String>
81 m_locationHashHasBeenSet =
true;
82 m_locationHash = std::forward<LocationHashT>(value);
84 template <
typename LocationHashT = Aws::String>
99 m_statusHasBeenSet =
true;
114 template <
typename TimeT = Aws::Utils::DateTime>
116 m_timeHasBeenSet =
true;
117 m_time = std::forward<TimeT>(value);
119 template <
typename TimeT = Aws::Utils::DateTime>
121 SetTime(std::forward<TimeT>(value));
134 m_errorCauseHasBeenSet =
true;
135 m_errorCause = value;
154 bool m_instrumentationTypeHasBeenSet =
false;
155 bool m_signalTypeHasBeenSet =
false;
156 bool m_locationHashHasBeenSet =
false;
157 bool m_statusHasBeenSet =
false;
158 bool m_timeHasBeenSet =
false;
159 bool m_errorCauseHasBeenSet =
false;
InstrumentationErrorCause GetErrorCause() const
InstrumentationType GetInstrumentationType() const
bool InstrumentationTypeHasBeenSet() const
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSignalType(DynamicInstrumentationSignalType value)
AWS_APPLICATIONSIGNALS_API InstrumentationConfigurationStatusReport(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(InstrumentationConfigurationStatus value)
InstrumentationConfigurationStatusReport & WithInstrumentationType(InstrumentationType value)
DynamicInstrumentationSignalType GetSignalType() const
InstrumentationConfigurationStatus GetStatus() const
void SetErrorCause(InstrumentationErrorCause value)
void SetTime(TimeT &&value)
const Aws::String & GetLocationHash() const
InstrumentationConfigurationStatusReport & WithSignalType(DynamicInstrumentationSignalType value)
void SetLocationHash(LocationHashT &&value)
InstrumentationConfigurationStatusReport & WithLocationHash(LocationHashT &&value)
bool TimeHasBeenSet() const
const Aws::Utils::DateTime & GetTime() const
InstrumentationConfigurationStatusReport & WithStatus(InstrumentationConfigurationStatus value)
bool ErrorCauseHasBeenSet() const
bool LocationHashHasBeenSet() const
void SetInstrumentationType(InstrumentationType value)
InstrumentationConfigurationStatusReport & WithTime(TimeT &&value)
InstrumentationConfigurationStatusReport & WithErrorCause(InstrumentationErrorCause value)
AWS_APPLICATIONSIGNALS_API InstrumentationConfigurationStatusReport & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPLICATIONSIGNALS_API InstrumentationConfigurationStatusReport()=default
bool StatusHasBeenSet() const
bool SignalTypeHasBeenSet() const
DynamicInstrumentationSignalType
InstrumentationErrorCause
InstrumentationConfigurationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue