7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/storagegateway/model/FileShareType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace StorageGateway
58 inline void SetFileShareARN(
const char* value) { m_fileShareARNHasBeenSet =
true; m_fileShareARN.assign(value); }
70 inline void SetFileShareId(
const char* value) { m_fileShareIdHasBeenSet =
true; m_fileShareId.assign(value); }
82 inline void SetFileShareStatus(
const char* value) { m_fileShareStatusHasBeenSet =
true; m_fileShareStatus.assign(value); }
94 inline void SetGatewayARN(
const char* value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN.assign(value); }
102 bool m_fileShareTypeHasBeenSet =
false;
105 bool m_fileShareARNHasBeenSet =
false;
108 bool m_fileShareIdHasBeenSet =
false;
111 bool m_fileShareStatusHasBeenSet =
false;
114 bool m_gatewayARNHasBeenSet =
false;
FileShareInfo & WithFileShareId(Aws::String &&value)
AWS_STORAGEGATEWAY_API FileShareInfo(Aws::Utils::Json::JsonView jsonValue)
void SetFileShareARN(const char *value)
FileShareInfo & WithFileShareId(const Aws::String &value)
FileShareInfo & WithGatewayARN(const char *value)
FileShareInfo & WithFileShareId(const char *value)
AWS_STORAGEGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
const FileShareType & GetFileShareType() const
bool FileShareTypeHasBeenSet() const
FileShareInfo & WithFileShareType(FileShareType &&value)
const Aws::String & GetGatewayARN() const
const Aws::String & GetFileShareStatus() const
FileShareInfo & WithFileShareARN(const Aws::String &value)
FileShareInfo & WithFileShareStatus(const Aws::String &value)
bool FileShareARNHasBeenSet() const
void SetGatewayARN(Aws::String &&value)
void SetFileShareARN(const Aws::String &value)
void SetFileShareType(FileShareType &&value)
FileShareInfo & WithFileShareType(const FileShareType &value)
void SetFileShareStatus(Aws::String &&value)
AWS_STORAGEGATEWAY_API FileShareInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GatewayARNHasBeenSet() const
bool FileShareStatusHasBeenSet() const
void SetGatewayARN(const char *value)
void SetFileShareId(Aws::String &&value)
FileShareInfo & WithFileShareARN(Aws::String &&value)
void SetFileShareId(const char *value)
void SetFileShareARN(Aws::String &&value)
FileShareInfo & WithGatewayARN(Aws::String &&value)
void SetGatewayARN(const Aws::String &value)
AWS_STORAGEGATEWAY_API FileShareInfo()
FileShareInfo & WithFileShareARN(const char *value)
FileShareInfo & WithGatewayARN(const Aws::String &value)
void SetFileShareId(const Aws::String &value)
const Aws::String & GetFileShareId() const
FileShareInfo & WithFileShareStatus(const char *value)
void SetFileShareStatus(const char *value)
const Aws::String & GetFileShareARN() const
bool FileShareIdHasBeenSet() const
FileShareInfo & WithFileShareStatus(Aws::String &&value)
void SetFileShareType(const FileShareType &value)
void SetFileShareStatus(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue