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;
24namespace ApplicationSignals
41 template<
typename SloT = ServiceLevelObjective>
42 void SetSlo(SloT&& value) { m_sloHasBeenSet =
true; m_slo = std::forward<SloT>(value); }
43 template<
typename SloT = ServiceLevelObjective>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_sloHasBeenSet =
false;
61 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