7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lightsail/model/Operation.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
44 template<
typename OperationsT = Aws::Vector<Operation>>
45 void SetOperations(OperationsT&& value) { m_operationsHasBeenSet =
true; m_operations = std::forward<OperationsT>(value); }
46 template<
typename OperationsT = Aws::Vector<Operation>>
48 template<
typename OperationsT = Operation>
61 template<
typename NextPageTokenT = Aws::String>
62 void SetNextPageToken(NextPageTokenT&& value) { m_nextPageTokenHasBeenSet =
true; m_nextPageToken = std::forward<NextPageTokenT>(value); }
63 template<
typename NextPageTokenT = Aws::String>
70 template<
typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
72 template<
typename RequestIdT = Aws::String>
78 bool m_operationsHasBeenSet =
false;
81 bool m_nextPageTokenHasBeenSet =
false;
84 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< Operation > & GetOperations() const
AWS_LIGHTSAIL_API GetOperationsForResourceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LIGHTSAIL_API GetOperationsForResourceResult()=default
void SetNextPageToken(NextPageTokenT &&value)
void SetRequestId(RequestIdT &&value)
GetOperationsForResourceResult & WithRequestId(RequestIdT &&value)
AWS_LIGHTSAIL_API GetOperationsForResourceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetOperationsForResourceResult & AddOperations(OperationsT &&value)
void SetOperations(OperationsT &&value)
const Aws::String & GetNextPageToken() const
const Aws::String & GetRequestId() const
GetOperationsForResourceResult & WithNextPageToken(NextPageTokenT &&value)
GetOperationsForResourceResult & WithOperations(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