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;
36 template <
typename OperationsT = Aws::Vector<Operation>>
38 m_operationsHasBeenSet =
true;
39 m_operations = std::forward<OperationsT>(value);
41 template <
typename OperationsT = Aws::Vector<Operation>>
46 template <
typename OperationsT = Operation>
48 m_operationsHasBeenSet =
true;
49 m_operations.emplace_back(std::forward<OperationsT>(value));
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
72 bool m_operationsHasBeenSet =
false;
73 bool m_requestIdHasBeenSet =
false;
AWS_LIGHTSAIL_API SetupInstanceHttpsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LIGHTSAIL_API SetupInstanceHttpsResult()=default
const Aws::String & GetRequestId() const
SetupInstanceHttpsResult & AddOperations(OperationsT &&value)
const Aws::Vector< Operation > & GetOperations() const
AWS_LIGHTSAIL_API SetupInstanceHttpsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SetupInstanceHttpsResult & WithRequestId(RequestIdT &&value)
void SetOperations(OperationsT &&value)
SetupInstanceHttpsResult & WithOperations(OperationsT &&value)
void SetRequestId(RequestIdT &&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