7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticfilesystem/EFS_EXPORTS.h>
39 template <
typename ErrorCodeT = Aws::String>
41 m_errorCodeHasBeenSet =
true;
42 m_errorCode = std::forward<ErrorCodeT>(value);
44 template <
typename ErrorCodeT = Aws::String>
55 template <
typename MessageT = Aws::String>
57 m_messageHasBeenSet =
true;
58 m_message = std::forward<MessageT>(value);
60 template <
typename MessageT = Aws::String>
71 template <
typename FileSystemIdT = Aws::String>
73 m_fileSystemIdHasBeenSet =
true;
74 m_fileSystemId = std::forward<FileSystemIdT>(value);
76 template <
typename FileSystemIdT = Aws::String>
88 bool m_errorCodeHasBeenSet =
false;
89 bool m_messageHasBeenSet =
false;
90 bool m_fileSystemIdHasBeenSet =
false;
const Aws::String & GetFileSystemId() const
bool ErrorCodeHasBeenSet() const
FileSystemAlreadyExists & WithErrorCode(ErrorCodeT &&value)
const Aws::String & GetMessage() const
AWS_EFS_API Aws::Utils::Json::JsonValue Jsonize() const
FileSystemAlreadyExists & WithFileSystemId(FileSystemIdT &&value)
void SetFileSystemId(FileSystemIdT &&value)
void SetErrorCode(ErrorCodeT &&value)
AWS_EFS_API FileSystemAlreadyExists()=default
bool FileSystemIdHasBeenSet() const
bool MessageHasBeenSet() const
AWS_EFS_API FileSystemAlreadyExists(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
FileSystemAlreadyExists & WithMessage(MessageT &&value)
AWS_EFS_API FileSystemAlreadyExists & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetErrorCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue