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>
51 inline void SetFinalBackupId(
const char* value) { m_finalBackupIdHasBeenSet =
true; m_finalBackupId.assign(value); }
73 bool m_finalBackupIdHasBeenSet =
false;
76 bool m_finalBackupTagsHasBeenSet =
false;
DeleteFileSystemLustreResponse & WithFinalBackupId(Aws::String &&value)
void SetFinalBackupId(Aws::String &&value)
DeleteFileSystemLustreResponse & WithFinalBackupTags(const Aws::Vector< Tag > &value)
DeleteFileSystemLustreResponse & AddFinalBackupTags(Tag &&value)
AWS_FSX_API DeleteFileSystemLustreResponse(Aws::Utils::Json::JsonView jsonValue)
AWS_FSX_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FSX_API DeleteFileSystemLustreResponse()
DeleteFileSystemLustreResponse & WithFinalBackupTags(Aws::Vector< Tag > &&value)
void SetFinalBackupTags(Aws::Vector< Tag > &&value)
const Aws::Vector< Tag > & GetFinalBackupTags() const
AWS_FSX_API DeleteFileSystemLustreResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFinalBackupTags(const Aws::Vector< Tag > &value)
bool FinalBackupTagsHasBeenSet() const
void SetFinalBackupId(const Aws::String &value)
const Aws::String & GetFinalBackupId() const
bool FinalBackupIdHasBeenSet() const
DeleteFileSystemLustreResponse & AddFinalBackupTags(const Tag &value)
DeleteFileSystemLustreResponse & WithFinalBackupId(const Aws::String &value)
DeleteFileSystemLustreResponse & WithFinalBackupId(const char *value)
void SetFinalBackupId(const char *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