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 {
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>
67 bool m_sloHasBeenSet =
false;
68 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