7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/application-signals/model/ServiceLevelObjective.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ApplicationSignals {
37 template <
typename SloT = ServiceLevelObjective>
39 m_sloHasBeenSet =
true;
40 m_slo = std::forward<SloT>(value);
42 template <
typename SloT = ServiceLevelObjective>
44 SetSlo(std::forward<SloT>(value));
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_sloHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
AWS_APPLICATIONSIGNALS_API GetServiceLevelObjectiveResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetServiceLevelObjectiveResult & WithSlo(SloT &&value)
AWS_APPLICATIONSIGNALS_API GetServiceLevelObjectiveResult()=default
const ServiceLevelObjective & GetSlo() const
AWS_APPLICATIONSIGNALS_API GetServiceLevelObjectiveResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSlo(SloT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
GetServiceLevelObjectiveResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue