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 {
36 template <
typename SubscriptionT = Subscription>
38 m_subscriptionHasBeenSet =
true;
39 m_subscription = std::forward<SubscriptionT>(value);
41 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;
void SetRequestId(RequestIdT &&value)
CreateSubscriptionResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetETag() const
void SetSubscription(SubscriptionT &&value)
AWS_PRICINGPLANMANAGER_API CreateSubscriptionResult()=default
CreateSubscriptionResult & WithSubscription(SubscriptionT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
void SetETag(ETagT &&value)
CreateSubscriptionResult & WithETag(ETagT &&value)
AWS_PRICINGPLANMANAGER_API CreateSubscriptionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Subscription & GetSubscription() const
AWS_PRICINGPLANMANAGER_API CreateSubscriptionResult(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