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 {
38 template <
typename SloT = ServiceLevelObjective>
40 m_sloHasBeenSet =
true;
41 m_slo = std::forward<SloT>(value);
43 template <
typename SloT = ServiceLevelObjective>
45 SetSlo(std::forward<SloT>(value));
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
71 bool m_sloHasBeenSet =
false;
72 bool m_requestIdHasBeenSet =
false;
AWS_APPLICATIONSIGNALS_API UpdateServiceLevelObjectiveResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ServiceLevelObjective & GetSlo() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
AWS_APPLICATIONSIGNALS_API UpdateServiceLevelObjectiveResult()=default
const Aws::String & GetRequestId() const
void SetSlo(SloT &&value)
AWS_APPLICATIONSIGNALS_API UpdateServiceLevelObjectiveResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateServiceLevelObjectiveResult & WithSlo(SloT &&value)
UpdateServiceLevelObjectiveResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue