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/InstrumentationStatusEvent.h>
11#include <aws/application-signals/model/Location.h>
12#include <aws/core/http/HttpResponse.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace ApplicationSignals {
42 template <
typename ServiceT = Aws::String>
44 m_serviceHasBeenSet =
true;
45 m_service = std::forward<ServiceT>(value);
47 template <
typename ServiceT = Aws::String>
59 template <
typename EnvironmentT = Aws::String>
61 m_environmentHasBeenSet =
true;
62 m_environment = std::forward<EnvironmentT>(value);
64 template <
typename EnvironmentT = Aws::String>
77 m_signalTypeHasBeenSet =
true;
91 template <
typename LocationT = Location>
93 m_locationHasBeenSet =
true;
94 m_location = std::forward<LocationT>(value);
96 template <
typename LocationT = Location>
110 m_statusHasBeenSet =
true;
125 template <
typename EventsT = Aws::Vector<InstrumentationStatusEvent>>
127 m_eventsHasBeenSet =
true;
128 m_events = std::forward<EventsT>(value);
130 template <
typename EventsT = Aws::Vector<InstrumentationStatusEvent>>
135 template <
typename EventsT = InstrumentationStatusEvent>
137 m_eventsHasBeenSet =
true;
138 m_events.emplace_back(std::forward<EventsT>(value));
148 template <
typename NextTokenT = Aws::String>
150 m_nextTokenHasBeenSet =
true;
151 m_nextToken = std::forward<NextTokenT>(value);
153 template <
typename NextTokenT = Aws::String>
163 template <
typename RequestIdT = Aws::String>
165 m_requestIdHasBeenSet =
true;
166 m_requestId = std::forward<RequestIdT>(value);
168 template <
typename RequestIdT = Aws::String>
193 bool m_serviceHasBeenSet =
false;
194 bool m_environmentHasBeenSet =
false;
195 bool m_signalTypeHasBeenSet =
false;
196 bool m_locationHasBeenSet =
false;
197 bool m_statusHasBeenSet =
false;
198 bool m_eventsHasBeenSet =
false;
199 bool m_nextTokenHasBeenSet =
false;
200 bool m_requestIdHasBeenSet =
false;
GetInstrumentationConfigurationStatusResult & WithLocation(LocationT &&value)
GetInstrumentationConfigurationStatusResult & AddEvents(EventsT &&value)
GetInstrumentationConfigurationStatusResult & WithService(ServiceT &&value)
void SetEnvironment(EnvironmentT &&value)
void SetLocation(LocationT &&value)
AWS_APPLICATIONSIGNALS_API GetInstrumentationConfigurationStatusResult()=default
const Aws::Vector< InstrumentationStatusEvent > & GetEvents() const
GetInstrumentationConfigurationStatusResult & WithNextToken(NextTokenT &&value)
GetInstrumentationConfigurationStatusResult & WithSignalType(DynamicInstrumentationSignalType value)
GetInstrumentationConfigurationStatusResult & WithEvents(EventsT &&value)
GetInstrumentationConfigurationStatusResult & WithEnvironment(EnvironmentT &&value)
void SetNextToken(NextTokenT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetEvents(EventsT &&value)
const Aws::String & GetService() const
void SetStatus(InstrumentationConfigurationStatus value)
GetInstrumentationConfigurationStatusResult & WithStatus(InstrumentationConfigurationStatus value)
AWS_APPLICATIONSIGNALS_API GetInstrumentationConfigurationStatusResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetEnvironment() const
GetInstrumentationConfigurationStatusResult & WithRequestId(RequestIdT &&value)
DynamicInstrumentationSignalType GetSignalType() const
void SetService(ServiceT &&value)
const Aws::String & GetRequestId() const
void SetSignalType(DynamicInstrumentationSignalType value)
const Aws::String & GetNextToken() const
void SetRequestId(RequestIdT &&value)
InstrumentationConfigurationStatus GetStatus() const
AWS_APPLICATIONSIGNALS_API GetInstrumentationConfigurationStatusResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Location & GetLocation() const
DynamicInstrumentationSignalType
InstrumentationConfigurationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue