7#include <aws/application-signals/ApplicationSignalsRequest.h>
8#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
9#include <aws/application-signals/model/DynamicInstrumentationSignalType.h>
10#include <aws/application-signals/model/InstrumentationConfigurationStatus.h>
11#include <aws/application-signals/model/InstrumentationType.h>
12#include <aws/application-signals/model/LocationIdentifier.h>
13#include <aws/core/utils/DateTime.h>
14#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ApplicationSignals {
32 inline virtual const char*
GetServiceRequestName()
const override {
return "GetInstrumentationConfigurationStatus"; }
44 m_instrumentationTypeHasBeenSet =
true;
45 m_instrumentationType = value;
59 template <
typename ServiceT = Aws::String>
61 m_serviceHasBeenSet =
true;
62 m_service = std::forward<ServiceT>(value);
64 template <
typename ServiceT = Aws::String>
77 template <
typename EnvironmentT = Aws::String>
79 m_environmentHasBeenSet =
true;
80 m_environment = std::forward<EnvironmentT>(value);
82 template <
typename EnvironmentT = Aws::String>
96 m_signalTypeHasBeenSet =
true;
111 template <
typename LocationIdentifierT = LocationIdentifier>
113 m_locationIdentifierHasBeenSet =
true;
114 m_locationIdentifier = std::forward<LocationIdentifierT>(value);
116 template <
typename LocationIdentifierT = LocationIdentifier>
131 m_statusHasBeenSet =
true;
149 template <
typename StartTimeT = Aws::Utils::DateTime>
151 m_startTimeHasBeenSet =
true;
152 m_startTime = std::forward<StartTimeT>(value);
154 template <
typename StartTimeT = Aws::Utils::DateTime>
170 template <
typename EndTimeT = Aws::Utils::DateTime>
172 m_endTimeHasBeenSet =
true;
173 m_endTime = std::forward<EndTimeT>(value);
175 template <
typename EndTimeT = Aws::Utils::DateTime>
190 m_maxResultsHasBeenSet =
true;
191 m_maxResults = value;
206 template <
typename NextTokenT = Aws::String>
208 m_nextTokenHasBeenSet =
true;
209 m_nextToken = std::forward<NextTokenT>(value);
211 template <
typename NextTokenT = Aws::String>
226 LocationIdentifier m_locationIdentifier;
237 bool m_instrumentationTypeHasBeenSet =
false;
238 bool m_serviceHasBeenSet =
false;
239 bool m_environmentHasBeenSet =
false;
240 bool m_signalTypeHasBeenSet =
false;
241 bool m_locationIdentifierHasBeenSet =
false;
242 bool m_statusHasBeenSet =
false;
243 bool m_startTimeHasBeenSet =
false;
244 bool m_endTimeHasBeenSet =
false;
245 bool m_maxResultsHasBeenSet =
false;
246 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetEnvironment() const
void SetService(ServiceT &&value)
void SetInstrumentationType(InstrumentationType value)
bool EndTimeHasBeenSet() const
void SetMaxResults(int value)
GetInstrumentationConfigurationStatusRequest & WithNextToken(NextTokenT &&value)
AWS_APPLICATIONSIGNALS_API Aws::String SerializePayload() const override
void SetStatus(InstrumentationConfigurationStatus value)
bool StatusHasBeenSet() const
AWS_APPLICATIONSIGNALS_API GetInstrumentationConfigurationStatusRequest()=default
GetInstrumentationConfigurationStatusRequest & WithStatus(InstrumentationConfigurationStatus value)
DynamicInstrumentationSignalType GetSignalType() const
int GetMaxResults() const
bool EnvironmentHasBeenSet() const
void SetLocationIdentifier(LocationIdentifierT &&value)
GetInstrumentationConfigurationStatusRequest & WithMaxResults(int value)
bool InstrumentationTypeHasBeenSet() const
GetInstrumentationConfigurationStatusRequest & WithService(ServiceT &&value)
bool NextTokenHasBeenSet() const
const Aws::Utils::DateTime & GetStartTime() const
GetInstrumentationConfigurationStatusRequest & WithStartTime(StartTimeT &&value)
const Aws::Utils::DateTime & GetEndTime() const
GetInstrumentationConfigurationStatusRequest & WithInstrumentationType(InstrumentationType value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
GetInstrumentationConfigurationStatusRequest & WithSignalType(DynamicInstrumentationSignalType value)
InstrumentationType GetInstrumentationType() const
void SetStartTime(StartTimeT &&value)
GetInstrumentationConfigurationStatusRequest & WithEndTime(EndTimeT &&value)
void SetSignalType(DynamicInstrumentationSignalType value)
GetInstrumentationConfigurationStatusRequest & WithLocationIdentifier(LocationIdentifierT &&value)
void SetEndTime(EndTimeT &&value)
GetInstrumentationConfigurationStatusRequest & WithEnvironment(EnvironmentT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetService() const
bool LocationIdentifierHasBeenSet() const
InstrumentationConfigurationStatus GetStatus() const
void SetNextToken(NextTokenT &&value)
bool ServiceHasBeenSet() const
const LocationIdentifier & GetLocationIdentifier() const
bool SignalTypeHasBeenSet() const
void SetEnvironment(EnvironmentT &&value)
bool StartTimeHasBeenSet() const
DynamicInstrumentationSignalType
InstrumentationConfigurationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String