AWS SDK for C++

AWS SDK for C++ Version 1.11.862

Loading...
Searching...
No Matches
ApprovePaidSubscriptionResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pricing-plan-manager/PricingPlanManager_EXPORTS.h>
10#include <aws/pricing-plan-manager/model/Subscription.h>
11
12#include <utility>
13
14namespace Aws {
15template <typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils {
19namespace Json {
20class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace PricingPlanManager {
24namespace Model {
26 public:
27 AWS_PRICINGPLANMANAGER_API ApprovePaidSubscriptionResult() = default;
29 AWS_PRICINGPLANMANAGER_API ApprovePaidSubscriptionResult& operator=(
31
33
36 inline const Subscription& GetSubscription() const { return m_subscription; }
37 template <typename SubscriptionT = Subscription>
38 void SetSubscription(SubscriptionT&& value) {
39 m_subscriptionHasBeenSet = true;
40 m_subscription = std::forward<SubscriptionT>(value);
41 }
42 template <typename SubscriptionT = Subscription>
44 SetSubscription(std::forward<SubscriptionT>(value));
45 return *this;
46 }
48
50
53 inline const Aws::String& GetETag() const { return m_eTag; }
54 template <typename ETagT = Aws::String>
55 void SetETag(ETagT&& value) {
56 m_eTagHasBeenSet = true;
57 m_eTag = std::forward<ETagT>(value);
58 }
59 template <typename ETagT = Aws::String>
61 SetETag(std::forward<ETagT>(value));
62 return *this;
63 }
65
67
68 inline const Aws::String& GetRequestId() const { return m_requestId; }
69 template <typename RequestIdT = Aws::String>
70 void SetRequestId(RequestIdT&& value) {
71 m_requestIdHasBeenSet = true;
72 m_requestId = std::forward<RequestIdT>(value);
73 }
74 template <typename RequestIdT = Aws::String>
76 SetRequestId(std::forward<RequestIdT>(value));
77 return *this;
78 }
80 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
81
82 private:
83 Subscription m_subscription;
84
85 Aws::String m_eTag;
86
87 Aws::String m_requestId;
88 Aws::Http::HttpResponseCode m_HttpResponseCode;
89 bool m_subscriptionHasBeenSet = false;
90 bool m_eTagHasBeenSet = false;
91 bool m_requestIdHasBeenSet = false;
92};
93
94} // namespace Model
95} // namespace PricingPlanManager
96} // namespace Aws
AWS_PRICINGPLANMANAGER_API ApprovePaidSubscriptionResult()=default
ApprovePaidSubscriptionResult & WithRequestId(RequestIdT &&value)
AWS_PRICINGPLANMANAGER_API ApprovePaidSubscriptionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ApprovePaidSubscriptionResult & WithSubscription(SubscriptionT &&value)
AWS_PRICINGPLANMANAGER_API ApprovePaidSubscriptionResult(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