7#include <aws/billing/Billing_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename ArnT = Aws::String>
39 m_arnHasBeenSet =
true;
40 m_arn = std::forward<ArnT>(value);
42 template <
typename ArnT = Aws::String>
44 SetArn(std::forward<ArnT>(value));
54 template <
typename UpdatedAtT = Aws::Utils::DateTime>
56 m_updatedAtHasBeenSet =
true;
57 m_updatedAt = std::forward<UpdatedAtT>(value);
59 template <
typename UpdatedAtT = Aws::Utils::DateTime>
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_arnHasBeenSet =
false;
90 bool m_updatedAtHasBeenSet =
false;
91 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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