7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/iottwinmaker/model/PricingPlan.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename CurrentPricingPlanT = PricingPlan>
42 void SetCurrentPricingPlan(CurrentPricingPlanT&& value) { m_currentPricingPlanHasBeenSet =
true; m_currentPricingPlan = std::forward<CurrentPricingPlanT>(value); }
43 template<
typename CurrentPricingPlanT = PricingPlan>
52 template<
typename PendingPricingPlanT = PricingPlan>
53 void SetPendingPricingPlan(PendingPricingPlanT&& value) { m_pendingPricingPlanHasBeenSet =
true; m_pendingPricingPlan = std::forward<PendingPricingPlanT>(value); }
54 template<
typename PendingPricingPlanT = PricingPlan>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_currentPricingPlanHasBeenSet =
false;
72 bool m_pendingPricingPlanHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetCurrentPricingPlan(CurrentPricingPlanT &&value)
void SetPendingPricingPlan(PendingPricingPlanT &&value)
GetPricingPlanResult & WithRequestId(RequestIdT &&value)
GetPricingPlanResult & WithCurrentPricingPlan(CurrentPricingPlanT &&value)
AWS_IOTTWINMAKER_API GetPricingPlanResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const PricingPlan & GetCurrentPricingPlan() const
const Aws::String & GetRequestId() const
GetPricingPlanResult & WithPendingPricingPlan(PendingPricingPlanT &&value)
const PricingPlan & GetPendingPricingPlan() const
AWS_IOTTWINMAKER_API GetPricingPlanResult()=default
AWS_IOTTWINMAKER_API GetPricingPlanResult(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