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
42 template<
typename SloT = ServiceLevelObjective>
43 void SetSlo(SloT&& value) { m_sloHasBeenSet =
true; m_slo = std::forward<SloT>(value); }
44 template<
typename SloT = ServiceLevelObjective>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_sloHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
AWS_APPLICATIONSIGNALS_API CreateServiceLevelObjectiveResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSlo(SloT &&value)
AWS_APPLICATIONSIGNALS_API CreateServiceLevelObjectiveResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateServiceLevelObjectiveResult & WithSlo(SloT &&value)
CreateServiceLevelObjectiveResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_APPLICATIONSIGNALS_API CreateServiceLevelObjectiveResult()=default
const Aws::String & GetRequestId() const
const ServiceLevelObjective & GetSlo() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue