7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/application-signals/model/CaptureConfiguration.h>
9#include <aws/application-signals/model/DynamicInstrumentationSignalType.h>
10#include <aws/application-signals/model/InstrumentationType.h>
11#include <aws/application-signals/model/Location.h>
12#include <aws/core/http/HttpResponse.h>
13#include <aws/core/utils/DateTime.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
16#include <aws/core/utils/memory/stl/AWSVector.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
29namespace ApplicationSignals {
45 m_instrumentationTypeHasBeenSet =
true;
46 m_instrumentationType = value;
60 template <
typename ServiceT = Aws::String>
62 m_serviceHasBeenSet =
true;
63 m_service = std::forward<ServiceT>(value);
65 template <
typename ServiceT = Aws::String>
78 template <
typename EnvironmentT = Aws::String>
80 m_environmentHasBeenSet =
true;
81 m_environment = std::forward<EnvironmentT>(value);
83 template <
typename EnvironmentT = Aws::String>
97 m_signalTypeHasBeenSet =
true;
111 template <
typename LocationT = Location>
113 m_locationHasBeenSet =
true;
114 m_location = std::forward<LocationT>(value);
116 template <
typename LocationT = Location>
129 template <
typename LocationHashT = Aws::String>
131 m_locationHashHasBeenSet =
true;
132 m_locationHash = std::forward<LocationHashT>(value);
134 template <
typename LocationHashT = Aws::String>
147 template <
typename DescriptionT = Aws::String>
149 m_descriptionHasBeenSet =
true;
150 m_description = std::forward<DescriptionT>(value);
152 template <
typename DescriptionT = Aws::String>
166 template <
typename ExpiresAtT = Aws::Utils::DateTime>
168 m_expiresAtHasBeenSet =
true;
169 m_expiresAt = std::forward<ExpiresAtT>(value);
171 template <
typename ExpiresAtT = Aws::Utils::DateTime>
184 template <
typename AttributeFiltersT = Aws::Vector<Aws::Map<Aws::String, Aws::String>>>
186 m_attributeFiltersHasBeenSet =
true;
187 m_attributeFilters = std::forward<AttributeFiltersT>(value);
189 template <
typename AttributeFiltersT = Aws::Vector<Aws::Map<Aws::String, Aws::String>>>
194 template <
typename AttributeFiltersT = Aws::Map<Aws::String, Aws::String>>
196 m_attributeFiltersHasBeenSet =
true;
197 m_attributeFilters.emplace_back(std::forward<AttributeFiltersT>(value));
208 template <
typename CaptureConfigurationT = CaptureConfiguration>
210 m_captureConfigurationHasBeenSet =
true;
211 m_captureConfiguration = std::forward<CaptureConfigurationT>(value);
213 template <
typename CaptureConfigurationT = CaptureConfiguration>
226 template <
typename CreatedAtT = Aws::Utils::DateTime>
228 m_createdAtHasBeenSet =
true;
229 m_createdAt = std::forward<CreatedAtT>(value);
231 template <
typename CreatedAtT = Aws::Utils::DateTime>
243 template <
typename ARNT = Aws::String>
245 m_aRNHasBeenSet =
true;
246 m_aRN = std::forward<ARNT>(value);
248 template <
typename ARNT = Aws::String>
250 SetARN(std::forward<ARNT>(value));
258 template <
typename RequestIdT = Aws::String>
260 m_requestIdHasBeenSet =
true;
261 m_requestId = std::forward<RequestIdT>(value);
263 template <
typename RequestIdT = Aws::String>
290 CaptureConfiguration m_captureConfiguration;
298 bool m_instrumentationTypeHasBeenSet =
false;
299 bool m_serviceHasBeenSet =
false;
300 bool m_environmentHasBeenSet =
false;
301 bool m_signalTypeHasBeenSet =
false;
302 bool m_locationHasBeenSet =
false;
303 bool m_locationHashHasBeenSet =
false;
304 bool m_descriptionHasBeenSet =
false;
305 bool m_expiresAtHasBeenSet =
false;
306 bool m_attributeFiltersHasBeenSet =
false;
307 bool m_captureConfigurationHasBeenSet =
false;
308 bool m_createdAtHasBeenSet =
false;
309 bool m_aRNHasBeenSet =
false;
310 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< Aws::Map< Aws::String, Aws::String > > & GetAttributeFilters() const
CreateInstrumentationConfigurationResult & WithEnvironment(EnvironmentT &&value)
void SetCaptureConfiguration(CaptureConfigurationT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_APPLICATIONSIGNALS_API CreateInstrumentationConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateInstrumentationConfigurationResult & WithARN(ARNT &&value)
CreateInstrumentationConfigurationResult & WithLocationHash(LocationHashT &&value)
CreateInstrumentationConfigurationResult & WithService(ServiceT &&value)
DynamicInstrumentationSignalType GetSignalType() const
AWS_APPLICATIONSIGNALS_API CreateInstrumentationConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateInstrumentationConfigurationResult & WithLocation(LocationT &&value)
const CaptureConfiguration & GetCaptureConfiguration() const
void SetLocation(LocationT &&value)
const Location & GetLocation() const
CreateInstrumentationConfigurationResult & WithAttributeFilters(AttributeFiltersT &&value)
AWS_APPLICATIONSIGNALS_API CreateInstrumentationConfigurationResult()=default
const Aws::String & GetEnvironment() const
void SetSignalType(DynamicInstrumentationSignalType value)
const Aws::String & GetLocationHash() const
void SetCreatedAt(CreatedAtT &&value)
void SetInstrumentationType(InstrumentationType value)
CreateInstrumentationConfigurationResult & WithSignalType(DynamicInstrumentationSignalType value)
CreateInstrumentationConfigurationResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetExpiresAt() const
CreateInstrumentationConfigurationResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
CreateInstrumentationConfigurationResult & AddAttributeFilters(AttributeFiltersT &&value)
const Aws::String & GetRequestId() const
void SetLocationHash(LocationHashT &&value)
void SetAttributeFilters(AttributeFiltersT &&value)
void SetEnvironment(EnvironmentT &&value)
void SetExpiresAt(ExpiresAtT &&value)
CreateInstrumentationConfigurationResult & WithInstrumentationType(InstrumentationType value)
CreateInstrumentationConfigurationResult & WithCaptureConfiguration(CaptureConfigurationT &&value)
const Aws::String & GetARN() const
void SetARN(ARNT &&value)
void SetDescription(DescriptionT &&value)
CreateInstrumentationConfigurationResult & WithDescription(DescriptionT &&value)
const Aws::String & GetService() const
CreateInstrumentationConfigurationResult & WithExpiresAt(ExpiresAtT &&value)
void SetService(ServiceT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
InstrumentationType GetInstrumentationType() const
DynamicInstrumentationSignalType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue