AWS SDK for C++

AWS SDK for C++ Version 1.11.757

Loading...
Searching...
No Matches
DeleteScalingPolicyResult.h
1
6#pragma once
7#include <aws/application-autoscaling/ApplicationAutoScaling_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace ApplicationAutoScaling {
23namespace Model {
25 public:
26 AWS_APPLICATIONAUTOSCALING_API DeleteScalingPolicyResult() = default;
28 AWS_APPLICATIONAUTOSCALING_API DeleteScalingPolicyResult& operator=(
30
32
33 inline const Aws::String& GetRequestId() const { return m_requestId; }
34 template <typename RequestIdT = Aws::String>
35 void SetRequestId(RequestIdT&& value) {
36 m_requestIdHasBeenSet = true;
37 m_requestId = std::forward<RequestIdT>(value);
38 }
39 template <typename RequestIdT = Aws::String>
41 SetRequestId(std::forward<RequestIdT>(value));
42 return *this;
43 }
45 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
46
47 private:
48 Aws::String m_requestId;
49 Aws::Http::HttpResponseCode m_HttpResponseCode;
50 bool m_requestIdHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace ApplicationAutoScaling
55} // namespace Aws
AWS_APPLICATIONAUTOSCALING_API DeleteScalingPolicyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APPLICATIONAUTOSCALING_API DeleteScalingPolicyResult()=default
DeleteScalingPolicyResult & WithRequestId(RequestIdT &&value)
AWS_APPLICATIONAUTOSCALING_API DeleteScalingPolicyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue