7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/route53domains/Route53Domains_EXPORTS.h>
11#include <aws/route53domains/model/OperationSummary.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace Route53Domains {
43 template <
typename OperationsT = Aws::Vector<OperationSummary>>
45 m_operationsHasBeenSet =
true;
46 m_operations = std::forward<OperationsT>(value);
48 template <
typename OperationsT = Aws::Vector<OperationSummary>>
53 template <
typename OperationsT = OperationSummary>
55 m_operationsHasBeenSet =
true;
56 m_operations.emplace_back(std::forward<OperationsT>(value));
68 template <
typename NextPageMarkerT = Aws::String>
70 m_nextPageMarkerHasBeenSet =
true;
71 m_nextPageMarker = std::forward<NextPageMarkerT>(value);
73 template <
typename NextPageMarkerT = Aws::String>
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
103 bool m_operationsHasBeenSet =
false;
104 bool m_nextPageMarkerHasBeenSet =
false;
105 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetNextPageMarker() const
ListOperationsResult & WithNextPageMarker(NextPageMarkerT &&value)
const Aws::Vector< OperationSummary > & GetOperations() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
ListOperationsResult & WithOperations(OperationsT &&value)
ListOperationsResult & WithRequestId(RequestIdT &&value)
void SetOperations(OperationsT &&value)
AWS_ROUTE53DOMAINS_API ListOperationsResult()=default
void SetNextPageMarker(NextPageMarkerT &&value)
AWS_ROUTE53DOMAINS_API ListOperationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_ROUTE53DOMAINS_API ListOperationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
ListOperationsResult & AddOperations(OperationsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue