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 CreatedAtT = Aws::Utils::DateTime>
56 m_createdAtHasBeenSet =
true;
57 m_createdAt = std::forward<CreatedAtT>(value);
59 template <
typename CreatedAtT = 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_createdAtHasBeenSet =
false;
91 bool m_requestIdHasBeenSet =
false;
CreateBillingViewResult & WithCreatedAt(CreatedAtT &&value)
AWS_BILLING_API CreateBillingViewResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_BILLING_API CreateBillingViewResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetArn(ArnT &&value)
const Aws::String & GetRequestId() const
AWS_BILLING_API CreateBillingViewResult()=default
CreateBillingViewResult & WithArn(ArnT &&value)
void SetCreatedAt(CreatedAtT &&value)
CreateBillingViewResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue