AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateScalingPlanResult.h
1
6#pragma once
7#include <aws/autoscaling-plans/AutoScalingPlans_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace AutoScalingPlans
24{
25namespace Model
26{
28 {
29 public:
30 AWS_AUTOSCALINGPLANS_API CreateScalingPlanResult();
33
34
36
40 inline long long GetScalingPlanVersion() const{ return m_scalingPlanVersion; }
41 inline void SetScalingPlanVersion(long long value) { m_scalingPlanVersion = value; }
42 inline CreateScalingPlanResult& WithScalingPlanVersion(long long value) { SetScalingPlanVersion(value); return *this;}
44
46
47 inline const Aws::String& GetRequestId() const{ return m_requestId; }
48 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
49 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
50 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
51 inline CreateScalingPlanResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
52 inline CreateScalingPlanResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
53 inline CreateScalingPlanResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
55 private:
56
57 long long m_scalingPlanVersion;
58
59 Aws::String m_requestId;
60 };
61
62} // namespace Model
63} // namespace AutoScalingPlans
64} // namespace Aws
AWS_AUTOSCALINGPLANS_API CreateScalingPlanResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateScalingPlanResult & WithRequestId(const Aws::String &value)
CreateScalingPlanResult & WithScalingPlanVersion(long long value)
AWS_AUTOSCALINGPLANS_API CreateScalingPlanResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateScalingPlanResult & WithRequestId(const char *value)
CreateScalingPlanResult & WithRequestId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue