AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdatePricingPlanResult.h
1
6#pragma once
7#include <aws/billingconductor/BillingConductor_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 BillingConductor
24{
25namespace Model
26{
28 {
29 public:
30 AWS_BILLINGCONDUCTOR_API UpdatePricingPlanResult();
33
34
36
39 inline const Aws::String& GetArn() const{ return m_arn; }
40 inline void SetArn(const Aws::String& value) { m_arn = value; }
41 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); }
42 inline void SetArn(const char* value) { m_arn.assign(value); }
43 inline UpdatePricingPlanResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
44 inline UpdatePricingPlanResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
45 inline UpdatePricingPlanResult& WithArn(const char* value) { SetArn(value); return *this;}
47
49
53 inline const Aws::String& GetName() const{ return m_name; }
54 inline void SetName(const Aws::String& value) { m_name = value; }
55 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
56 inline void SetName(const char* value) { m_name.assign(value); }
57 inline UpdatePricingPlanResult& WithName(const Aws::String& value) { SetName(value); return *this;}
58 inline UpdatePricingPlanResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
59 inline UpdatePricingPlanResult& WithName(const char* value) { SetName(value); return *this;}
61
63
66 inline const Aws::String& GetDescription() const{ return m_description; }
67 inline void SetDescription(const Aws::String& value) { m_description = value; }
68 inline void SetDescription(Aws::String&& value) { m_description = std::move(value); }
69 inline void SetDescription(const char* value) { m_description.assign(value); }
70 inline UpdatePricingPlanResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
71 inline UpdatePricingPlanResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
72 inline UpdatePricingPlanResult& WithDescription(const char* value) { SetDescription(value); return *this;}
74
76
80 inline long long GetSize() const{ return m_size; }
81 inline void SetSize(long long value) { m_size = value; }
82 inline UpdatePricingPlanResult& WithSize(long long value) { SetSize(value); return *this;}
84
86
89 inline long long GetLastModifiedTime() const{ return m_lastModifiedTime; }
90 inline void SetLastModifiedTime(long long value) { m_lastModifiedTime = value; }
91 inline UpdatePricingPlanResult& WithLastModifiedTime(long long value) { SetLastModifiedTime(value); return *this;}
93
95
96 inline const Aws::String& GetRequestId() const{ return m_requestId; }
97 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
98 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
99 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
100 inline UpdatePricingPlanResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
101 inline UpdatePricingPlanResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
102 inline UpdatePricingPlanResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
104 private:
105
106 Aws::String m_arn;
107
108 Aws::String m_name;
109
110 Aws::String m_description;
111
112 long long m_size;
113
114 long long m_lastModifiedTime;
115
116 Aws::String m_requestId;
117 };
118
119} // namespace Model
120} // namespace BillingConductor
121} // namespace Aws
UpdatePricingPlanResult & WithRequestId(const char *value)
UpdatePricingPlanResult & WithDescription(const Aws::String &value)
UpdatePricingPlanResult & WithLastModifiedTime(long long value)
UpdatePricingPlanResult & WithDescription(Aws::String &&value)
UpdatePricingPlanResult & WithName(const char *value)
AWS_BILLINGCONDUCTOR_API UpdatePricingPlanResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdatePricingPlanResult & WithName(Aws::String &&value)
UpdatePricingPlanResult & WithRequestId(Aws::String &&value)
UpdatePricingPlanResult & WithArn(const char *value)
UpdatePricingPlanResult & WithRequestId(const Aws::String &value)
UpdatePricingPlanResult & WithArn(Aws::String &&value)
UpdatePricingPlanResult & WithDescription(const char *value)
AWS_BILLINGCONDUCTOR_API UpdatePricingPlanResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdatePricingPlanResult & WithArn(const Aws::String &value)
UpdatePricingPlanResult & WithName(const Aws::String &value)
UpdatePricingPlanResult & WithSize(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue