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;
42 template<
typename OperationsT = Aws::Vector<Operation>>
43 void SetOperations(OperationsT&& value) { m_operationsHasBeenSet =
true; m_operations = std::forward<OperationsT>(value); }
44 template<
typename OperationsT = Aws::Vector<Operation>>
46 template<
typename OperationsT = Operation>
53 template<
typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
55 template<
typename RequestIdT = Aws::String>
61 bool m_operationsHasBeenSet =
false;
64 bool m_requestIdHasBeenSet =
false;
StopGUISessionResult & WithOperations(OperationsT &&value)
const Aws::Vector< Operation > & GetOperations() const
StopGUISessionResult & AddOperations(OperationsT &&value)
AWS_LIGHTSAIL_API StopGUISessionResult()=default
AWS_LIGHTSAIL_API StopGUISessionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetOperations(OperationsT &&value)
StopGUISessionResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_LIGHTSAIL_API StopGUISessionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue