AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ExportSnapshotResult.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace Lightsail
26{
27namespace Model
28{
30 {
31 public:
32 AWS_LIGHTSAIL_API ExportSnapshotResult();
35
36
38
43 inline const Aws::Vector<Operation>& GetOperations() const{ return m_operations; }
44 inline void SetOperations(const Aws::Vector<Operation>& value) { m_operations = value; }
45 inline void SetOperations(Aws::Vector<Operation>&& value) { m_operations = std::move(value); }
46 inline ExportSnapshotResult& WithOperations(const Aws::Vector<Operation>& value) { SetOperations(value); return *this;}
47 inline ExportSnapshotResult& WithOperations(Aws::Vector<Operation>&& value) { SetOperations(std::move(value)); return *this;}
48 inline ExportSnapshotResult& AddOperations(const Operation& value) { m_operations.push_back(value); return *this; }
49 inline ExportSnapshotResult& AddOperations(Operation&& value) { m_operations.push_back(std::move(value)); return *this; }
51
53
54 inline const Aws::String& GetRequestId() const{ return m_requestId; }
55 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
56 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
57 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
58 inline ExportSnapshotResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
59 inline ExportSnapshotResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
60 inline ExportSnapshotResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
62 private:
63
64 Aws::Vector<Operation> m_operations;
65
66 Aws::String m_requestId;
67 };
68
69} // namespace Model
70} // namespace Lightsail
71} // namespace Aws
ExportSnapshotResult & WithRequestId(const Aws::String &value)
ExportSnapshotResult & AddOperations(Operation &&value)
void SetOperations(Aws::Vector< Operation > &&value)
AWS_LIGHTSAIL_API ExportSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LIGHTSAIL_API ExportSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ExportSnapshotResult & WithOperations(const Aws::Vector< Operation > &value)
ExportSnapshotResult & AddOperations(const Operation &value)
const Aws::Vector< Operation > & GetOperations() const
ExportSnapshotResult & WithRequestId(Aws::String &&value)
ExportSnapshotResult & WithRequestId(const char *value)
void SetOperations(const Aws::Vector< Operation > &value)
ExportSnapshotResult & WithOperations(Aws::Vector< Operation > &&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