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>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace PricingPlanManager {
38 template <
typename SubscriptionT = Subscription>
40 m_subscriptionHasBeenSet =
true;
41 m_subscription = std::forward<SubscriptionT>(value);
43 template <
typename SubscriptionT = Subscription>
55 template <
typename ETagT = Aws::String>
57 m_eTagHasBeenSet =
true;
58 m_eTag = std::forward<ETagT>(value);
60 template <
typename ETagT = Aws::String>
62 SetETag(std::forward<ETagT>(value));
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
90 bool m_subscriptionHasBeenSet =
false;
91 bool m_eTagHasBeenSet =
false;
92 bool m_requestIdHasBeenSet =
false;
AWS_PRICINGPLANMANAGER_API CancelSubscriptionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PRICINGPLANMANAGER_API CancelSubscriptionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
CancelSubscriptionResult & WithRequestId(RequestIdT &&value)
AWS_PRICINGPLANMANAGER_API CancelSubscriptionResult()=default
CancelSubscriptionResult & WithETag(ETagT &&value)
CancelSubscriptionResult & WithSubscription(SubscriptionT &&value)
void SetETag(ETagT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Subscription & GetSubscription() const
const Aws::String & GetRequestId() const
const Aws::String & GetETag() const
void SetSubscription(SubscriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue