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 CreatedAtT = Aws::Utils::DateTime>
55 m_createdAtHasBeenSet =
true;
56 m_createdAt = std::forward<CreatedAtT>(value);
58 template <
typename CreatedAtT = 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_createdAtHasBeenSet =
false;
87 bool m_requestIdHasBeenSet =
false;
CreateBillingViewResult & WithCreatedAt(CreatedAtT &&value)
AWS_BILLING_API CreateBillingViewResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
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