7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/application-signals/model/ServiceLevelObjective.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ApplicationSignals {
36 template <
typename SloT = ServiceLevelObjective>
38 m_sloHasBeenSet =
true;
39 m_slo = std::forward<SloT>(value);
41 template <
typename SloT = ServiceLevelObjective>
43 SetSlo(std::forward<SloT>(value));
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_sloHasBeenSet =
false;
67 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)
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