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/lightsail/Lightsail_EXPORTS.h>
11#include <aws/lightsail/model/Operation.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
39 template <
typename OperationsT = Aws::Vector<Operation>>
41 m_operationsHasBeenSet =
true;
42 m_operations = std::forward<OperationsT>(value);
44 template <
typename OperationsT = Aws::Vector<Operation>>
49 template <
typename OperationsT = Operation>
51 m_operationsHasBeenSet =
true;
52 m_operations.emplace_back(std::forward<OperationsT>(value));
66 template <
typename NextPageTokenT = Aws::String>
68 m_nextPageTokenHasBeenSet =
true;
69 m_nextPageToken = std::forward<NextPageTokenT>(value);
71 template <
typename NextPageTokenT = Aws::String>
81 template <
typename RequestIdT = Aws::String>
83 m_requestIdHasBeenSet =
true;
84 m_requestId = std::forward<RequestIdT>(value);
86 template <
typename RequestIdT = Aws::String>
101 bool m_operationsHasBeenSet =
false;
102 bool m_nextPageTokenHasBeenSet =
false;
103 bool m_requestIdHasBeenSet =
false;
void SetNextPageToken(NextPageTokenT &&value)
GetOperationsResult & WithRequestId(RequestIdT &&value)
AWS_LIGHTSAIL_API GetOperationsResult()=default
AWS_LIGHTSAIL_API GetOperationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetOperationsResult & AddOperations(OperationsT &&value)
GetOperationsResult & WithOperations(OperationsT &&value)
GetOperationsResult & WithNextPageToken(NextPageTokenT &&value)
const Aws::Vector< Operation > & GetOperations() const
AWS_LIGHTSAIL_API GetOperationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetOperations(OperationsT &&value)
const Aws::String & GetNextPageToken() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue