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/InstrumentationType.h>
11#include <aws/application-signals/model/UnprocessedStatusEventFailureReason.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
24namespace ApplicationSignals {
48 m_instrumentationTypeHasBeenSet =
true;
49 m_instrumentationType = value;
64 m_signalTypeHasBeenSet =
true;
80 template <
typename LocationHashT = Aws::String>
82 m_locationHashHasBeenSet =
true;
83 m_locationHash = std::forward<LocationHashT>(value);
85 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_failedReasonHasBeenSet =
true;
135 m_failedReason = 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_failedReasonHasBeenSet =
false;
void SetTime(TimeT &&value)
void SetInstrumentationType(InstrumentationType value)
bool InstrumentationTypeHasBeenSet() const
UnprocessedStatusEvent & WithSignalType(DynamicInstrumentationSignalType value)
void SetSignalType(DynamicInstrumentationSignalType value)
void SetFailedReason(UnprocessedStatusEventFailureReason value)
UnprocessedStatusEvent & WithStatus(InstrumentationConfigurationStatus value)
bool SignalTypeHasBeenSet() const
bool FailedReasonHasBeenSet() const
InstrumentationType GetInstrumentationType() const
bool StatusHasBeenSet() const
AWS_APPLICATIONSIGNALS_API UnprocessedStatusEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
UnprocessedStatusEvent & WithTime(TimeT &&value)
bool TimeHasBeenSet() const
UnprocessedStatusEventFailureReason GetFailedReason() const
UnprocessedStatusEvent & WithInstrumentationType(InstrumentationType value)
DynamicInstrumentationSignalType GetSignalType() const
InstrumentationConfigurationStatus GetStatus() const
UnprocessedStatusEvent & WithLocationHash(LocationHashT &&value)
bool LocationHashHasBeenSet() const
UnprocessedStatusEvent & WithFailedReason(UnprocessedStatusEventFailureReason value)
void SetLocationHash(LocationHashT &&value)
const Aws::Utils::DateTime & GetTime() const
const Aws::String & GetLocationHash() const
AWS_APPLICATIONSIGNALS_API UnprocessedStatusEvent()=default
AWS_APPLICATIONSIGNALS_API UnprocessedStatusEvent(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(InstrumentationConfigurationStatus value)
DynamicInstrumentationSignalType
UnprocessedStatusEventFailureReason
InstrumentationConfigurationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue