AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteSnapshotResult.h
1
6#pragma once
7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/fsx/model/SnapshotLifecycle.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace FSx
25{
26namespace Model
27{
29 {
30 public:
31 AWS_FSX_API DeleteSnapshotResult();
34
35
37
40 inline const Aws::String& GetSnapshotId() const{ return m_snapshotId; }
41 inline void SetSnapshotId(const Aws::String& value) { m_snapshotId = value; }
42 inline void SetSnapshotId(Aws::String&& value) { m_snapshotId = std::move(value); }
43 inline void SetSnapshotId(const char* value) { m_snapshotId.assign(value); }
44 inline DeleteSnapshotResult& WithSnapshotId(const Aws::String& value) { SetSnapshotId(value); return *this;}
45 inline DeleteSnapshotResult& WithSnapshotId(Aws::String&& value) { SetSnapshotId(std::move(value)); return *this;}
46 inline DeleteSnapshotResult& WithSnapshotId(const char* value) { SetSnapshotId(value); return *this;}
48
50
54 inline const SnapshotLifecycle& GetLifecycle() const{ return m_lifecycle; }
55 inline void SetLifecycle(const SnapshotLifecycle& value) { m_lifecycle = value; }
56 inline void SetLifecycle(SnapshotLifecycle&& value) { m_lifecycle = std::move(value); }
57 inline DeleteSnapshotResult& WithLifecycle(const SnapshotLifecycle& value) { SetLifecycle(value); return *this;}
58 inline DeleteSnapshotResult& WithLifecycle(SnapshotLifecycle&& value) { SetLifecycle(std::move(value)); return *this;}
60
62
63 inline const Aws::String& GetRequestId() const{ return m_requestId; }
64 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
65 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
66 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
67 inline DeleteSnapshotResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
68 inline DeleteSnapshotResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
69 inline DeleteSnapshotResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
71 private:
72
73 Aws::String m_snapshotId;
74
75 SnapshotLifecycle m_lifecycle;
76
77 Aws::String m_requestId;
78 };
79
80} // namespace Model
81} // namespace FSx
82} // namespace Aws
DeleteSnapshotResult & WithLifecycle(SnapshotLifecycle &&value)
void SetRequestId(const Aws::String &value)
void SetLifecycle(SnapshotLifecycle &&value)
const Aws::String & GetRequestId() const
DeleteSnapshotResult & WithRequestId(const Aws::String &value)
void SetSnapshotId(const Aws::String &value)
AWS_FSX_API DeleteSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteSnapshotResult & WithLifecycle(const SnapshotLifecycle &value)
DeleteSnapshotResult & WithRequestId(Aws::String &&value)
const Aws::String & GetSnapshotId() const
DeleteSnapshotResult & WithSnapshotId(Aws::String &&value)
const SnapshotLifecycle & GetLifecycle() const
DeleteSnapshotResult & WithSnapshotId(const Aws::String &value)
DeleteSnapshotResult & WithRequestId(const char *value)
DeleteSnapshotResult & WithSnapshotId(const char *value)
void SetLifecycle(const SnapshotLifecycle &value)
AWS_FSX_API DeleteSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue