7#include <aws/billing/Billing_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename ArnT = Aws::String>
36 m_arnHasBeenSet =
true;
37 m_arn = std::forward<ArnT>(value);
39 template <
typename ArnT = Aws::String>
41 SetArn(std::forward<ArnT>(value));
49 template <
typename RequestIdT = Aws::String>
51 m_requestIdHasBeenSet =
true;
52 m_requestId = std::forward<RequestIdT>(value);
54 template <
typename RequestIdT = Aws::String>
64 bool m_arnHasBeenSet =
false;
65 bool m_requestIdHasBeenSet =
false;
AssociateSourceViewsResult & WithRequestId(RequestIdT &&value)
AWS_BILLING_API AssociateSourceViewsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AssociateSourceViewsResult & WithArn(ArnT &&value)
void SetRequestId(RequestIdT &&value)
AWS_BILLING_API AssociateSourceViewsResult()=default
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
AWS_BILLING_API AssociateSourceViewsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue