7#include <aws/billingconductor/BillingConductor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace BillingConductor
40 template<
typename ArnT = Aws::String>
41 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
42 template<
typename ArnT = Aws::String>
52 template<
typename NameT = Aws::String>
53 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
54 template<
typename NameT = Aws::String>
63 template<
typename DescriptionT = Aws::String>
64 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
65 template<
typename DescriptionT = Aws::String>
74 inline long long GetSize()
const {
return m_size; }
75 inline void SetSize(
long long value) { m_sizeHasBeenSet =
true; m_size = value; }
84 inline void SetLastModifiedTime(
long long value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = value; }
91 template<
typename RequestIdT = Aws::String>
92 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
93 template<
typename RequestIdT = Aws::String>
99 bool m_arnHasBeenSet =
false;
102 bool m_nameHasBeenSet =
false;
105 bool m_descriptionHasBeenSet =
false;
108 bool m_sizeHasBeenSet =
false;
110 long long m_lastModifiedTime{0};
111 bool m_lastModifiedTimeHasBeenSet =
false;
114 bool m_requestIdHasBeenSet =
false;
UpdatePricingPlanResult & WithName(NameT &&value)
UpdatePricingPlanResult & WithLastModifiedTime(long long value)
AWS_BILLINGCONDUCTOR_API UpdatePricingPlanResult()=default
long long GetSize() const
void SetLastModifiedTime(long long value)
const Aws::String & GetArn() const
AWS_BILLINGCONDUCTOR_API UpdatePricingPlanResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSize(long long value)
AWS_BILLINGCONDUCTOR_API UpdatePricingPlanResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdatePricingPlanResult & WithDescription(DescriptionT &&value)
const Aws::String & GetRequestId() const
void SetDescription(DescriptionT &&value)
void SetRequestId(RequestIdT &&value)
void SetArn(ArnT &&value)
UpdatePricingPlanResult & WithSize(long long value)
const Aws::String & GetName() const
long long GetLastModifiedTime() const
UpdatePricingPlanResult & WithRequestId(RequestIdT &&value)
UpdatePricingPlanResult & WithArn(ArnT &&value)
void SetName(NameT &&value)
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue