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
54 template<
typename FileShareARNT = Aws::String>
55 void SetFileShareARN(FileShareARNT&& value) { m_fileShareARNHasBeenSet =
true; m_fileShareARN = std::forward<FileShareARNT>(value); }
56 template<
typename FileShareARNT = Aws::String>
64 template<
typename FileShareIdT = Aws::String>
65 void SetFileShareId(FileShareIdT&& value) { m_fileShareIdHasBeenSet =
true; m_fileShareId = std::forward<FileShareIdT>(value); }
66 template<
typename FileShareIdT = Aws::String>
74 template<
typename FileShareStatusT = Aws::String>
75 void SetFileShareStatus(FileShareStatusT&& value) { m_fileShareStatusHasBeenSet =
true; m_fileShareStatus = std::forward<FileShareStatusT>(value); }
76 template<
typename FileShareStatusT = Aws::String>
84 template<
typename GatewayARNT = Aws::String>
85 void SetGatewayARN(GatewayARNT&& value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN = std::forward<GatewayARNT>(value); }
86 template<
typename GatewayARNT = Aws::String>
92 bool m_fileShareTypeHasBeenSet =
false;
95 bool m_fileShareARNHasBeenSet =
false;
98 bool m_fileShareIdHasBeenSet =
false;
101 bool m_fileShareStatusHasBeenSet =
false;
104 bool m_gatewayARNHasBeenSet =
false;
AWS_STORAGEGATEWAY_API FileShareInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_STORAGEGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
bool FileShareTypeHasBeenSet() const
const Aws::String & GetGatewayARN() const
const Aws::String & GetFileShareStatus() const
bool FileShareARNHasBeenSet() const
FileShareInfo & WithFileShareARN(FileShareARNT &&value)
void SetFileShareStatus(FileShareStatusT &&value)
FileShareInfo & WithFileShareType(FileShareType value)
AWS_STORAGEGATEWAY_API FileShareInfo()=default
AWS_STORAGEGATEWAY_API FileShareInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GatewayARNHasBeenSet() const
bool FileShareStatusHasBeenSet() const
FileShareType GetFileShareType() const
FileShareInfo & WithFileShareStatus(FileShareStatusT &&value)
void SetFileShareARN(FileShareARNT &&value)
FileShareInfo & WithFileShareId(FileShareIdT &&value)
void SetFileShareId(FileShareIdT &&value)
const Aws::String & GetFileShareId() const
FileShareInfo & WithGatewayARN(GatewayARNT &&value)
const Aws::String & GetFileShareARN() const
bool FileShareIdHasBeenSet() const
void SetFileShareType(FileShareType value)
void SetGatewayARN(GatewayARNT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue