7#include <aws/billing/Billing_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
53 template <
typename UpdatedAtT = Aws::Utils::DateTime>
55 m_updatedAtHasBeenSet =
true;
56 m_updatedAt = std::forward<UpdatedAtT>(value);
58 template <
typename UpdatedAtT = Aws::Utils::DateTime>
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
85 bool m_arnHasBeenSet =
false;
86 bool m_updatedAtHasBeenSet =
false;
87 bool m_requestIdHasBeenSet =
false;
UpdateBillingViewResult & WithRequestId(RequestIdT &&value)
UpdateBillingViewResult & WithArn(ArnT &&value)
const Aws::String & GetArn() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
void SetArn(ArnT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
AWS_BILLING_API UpdateBillingViewResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_BILLING_API UpdateBillingViewResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateBillingViewResult & WithUpdatedAt(UpdatedAtT &&value)
AWS_BILLING_API UpdateBillingViewResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue