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;
void SetSubscription(SubscriptionT &&value)
const Aws::String & GetRequestId() const
void SetETag(ETagT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetETag() const
AWS_PRICINGPLANMANAGER_API DisassociateResourcesFromSubscriptionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DisassociateResourcesFromSubscriptionResult & WithRequestId(RequestIdT &&value)
AWS_PRICINGPLANMANAGER_API DisassociateResourcesFromSubscriptionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DisassociateResourcesFromSubscriptionResult & WithETag(ETagT &&value)
AWS_PRICINGPLANMANAGER_API DisassociateResourcesFromSubscriptionResult()=default
const Subscription & GetSubscription() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DisassociateResourcesFromSubscriptionResult & WithSubscription(SubscriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue