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 {
37 template <
typename SubscriptionT = Subscription>
39 m_subscriptionHasBeenSet =
true;
40 m_subscription = std::forward<SubscriptionT>(value);
42 template <
typename SubscriptionT = Subscription>
54 template <
typename ETagT = Aws::String>
56 m_eTagHasBeenSet =
true;
57 m_eTag = std::forward<ETagT>(value);
59 template <
typename ETagT = Aws::String>
61 SetETag(std::forward<ETagT>(value));
69 template <
typename RequestIdT = Aws::String>
71 m_requestIdHasBeenSet =
true;
72 m_requestId = std::forward<RequestIdT>(value);
74 template <
typename RequestIdT = Aws::String>
89 bool m_subscriptionHasBeenSet =
false;
90 bool m_eTagHasBeenSet =
false;
91 bool m_requestIdHasBeenSet =
false;
CancelSubscriptionChangeResult & WithRequestId(RequestIdT &&value)
AWS_PRICINGPLANMANAGER_API CancelSubscriptionChangeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CancelSubscriptionChangeResult & WithETag(ETagT &&value)
void SetSubscription(SubscriptionT &&value)
void SetRequestId(RequestIdT &&value)
AWS_PRICINGPLANMANAGER_API CancelSubscriptionChangeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Aws::String & GetETag() const
AWS_PRICINGPLANMANAGER_API CancelSubscriptionChangeResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetETag(ETagT &&value)
const Subscription & GetSubscription() const
CancelSubscriptionChangeResult & WithSubscription(SubscriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue