AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DeleteFileSystemLustreResponse.h
1
6#pragma once
7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/fsx/model/Tag.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace FSx
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_FSX_API DeleteFileSystemLustreResponse() = default;
41
42
44
47 inline const Aws::String& GetFinalBackupId() const { return m_finalBackupId; }
48 inline bool FinalBackupIdHasBeenSet() const { return m_finalBackupIdHasBeenSet; }
49 template<typename FinalBackupIdT = Aws::String>
50 void SetFinalBackupId(FinalBackupIdT&& value) { m_finalBackupIdHasBeenSet = true; m_finalBackupId = std::forward<FinalBackupIdT>(value); }
51 template<typename FinalBackupIdT = Aws::String>
52 DeleteFileSystemLustreResponse& WithFinalBackupId(FinalBackupIdT&& value) { SetFinalBackupId(std::forward<FinalBackupIdT>(value)); return *this;}
54
56
59 inline const Aws::Vector<Tag>& GetFinalBackupTags() const { return m_finalBackupTags; }
60 inline bool FinalBackupTagsHasBeenSet() const { return m_finalBackupTagsHasBeenSet; }
61 template<typename FinalBackupTagsT = Aws::Vector<Tag>>
62 void SetFinalBackupTags(FinalBackupTagsT&& value) { m_finalBackupTagsHasBeenSet = true; m_finalBackupTags = std::forward<FinalBackupTagsT>(value); }
63 template<typename FinalBackupTagsT = Aws::Vector<Tag>>
64 DeleteFileSystemLustreResponse& WithFinalBackupTags(FinalBackupTagsT&& value) { SetFinalBackupTags(std::forward<FinalBackupTagsT>(value)); return *this;}
65 template<typename FinalBackupTagsT = Tag>
66 DeleteFileSystemLustreResponse& AddFinalBackupTags(FinalBackupTagsT&& value) { m_finalBackupTagsHasBeenSet = true; m_finalBackupTags.emplace_back(std::forward<FinalBackupTagsT>(value)); return *this; }
68 private:
69
70 Aws::String m_finalBackupId;
71 bool m_finalBackupIdHasBeenSet = false;
72
73 Aws::Vector<Tag> m_finalBackupTags;
74 bool m_finalBackupTagsHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace FSx
79} // namespace Aws
DeleteFileSystemLustreResponse & WithFinalBackupTags(FinalBackupTagsT &&value)
DeleteFileSystemLustreResponse & AddFinalBackupTags(FinalBackupTagsT &&value)
AWS_FSX_API DeleteFileSystemLustreResponse(Aws::Utils::Json::JsonView jsonValue)
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
DeleteFileSystemLustreResponse & WithFinalBackupId(FinalBackupIdT &&value)
AWS_FSX_API DeleteFileSystemLustreResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue