7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lightsail/Lightsail_EXPORTS.h>
10#include <aws/lightsail/model/Operation.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
38 template <
typename OperationsT = Aws::Vector<Operation>>
40 m_operationsHasBeenSet =
true;
41 m_operations = std::forward<OperationsT>(value);
43 template <
typename OperationsT = Aws::Vector<Operation>>
48 template <
typename OperationsT = Operation>
50 m_operationsHasBeenSet =
true;
51 m_operations.emplace_back(std::forward<OperationsT>(value));
59 template <
typename RequestIdT = Aws::String>
61 m_requestIdHasBeenSet =
true;
62 m_requestId = std::forward<RequestIdT>(value);
64 template <
typename RequestIdT = Aws::String>
72 bool m_operationsHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
DeleteAutoSnapshotResult & WithRequestId(RequestIdT &&value)
AWS_LIGHTSAIL_API DeleteAutoSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Operation > & GetOperations() const
AWS_LIGHTSAIL_API DeleteAutoSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LIGHTSAIL_API DeleteAutoSnapshotResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
DeleteAutoSnapshotResult & WithOperations(OperationsT &&value)
DeleteAutoSnapshotResult & AddOperations(OperationsT &&value)
void SetOperations(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