7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace StorageGateway
47 template<
typename FileSystemAssociationIdT = Aws::String>
48 void SetFileSystemAssociationId(FileSystemAssociationIdT&& value) { m_fileSystemAssociationIdHasBeenSet =
true; m_fileSystemAssociationId = std::forward<FileSystemAssociationIdT>(value); }
49 template<
typename FileSystemAssociationIdT = Aws::String>
59 template<
typename FileSystemAssociationARNT = Aws::String>
60 void SetFileSystemAssociationARN(FileSystemAssociationARNT&& value) { m_fileSystemAssociationARNHasBeenSet =
true; m_fileSystemAssociationARN = std::forward<FileSystemAssociationARNT>(value); }
61 template<
typename FileSystemAssociationARNT = Aws::String>
73 template<
typename FileSystemAssociationStatusT = Aws::String>
74 void SetFileSystemAssociationStatus(FileSystemAssociationStatusT&& value) { m_fileSystemAssociationStatusHasBeenSet =
true; m_fileSystemAssociationStatus = std::forward<FileSystemAssociationStatusT>(value); }
75 template<
typename FileSystemAssociationStatusT = Aws::String>
83 template<
typename GatewayARNT = Aws::String>
84 void SetGatewayARN(GatewayARNT&& value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN = std::forward<GatewayARNT>(value); }
85 template<
typename GatewayARNT = Aws::String>
91 bool m_fileSystemAssociationIdHasBeenSet =
false;
94 bool m_fileSystemAssociationARNHasBeenSet =
false;
97 bool m_fileSystemAssociationStatusHasBeenSet =
false;
100 bool m_gatewayARNHasBeenSet =
false;
AWS_STORAGEGATEWAY_API FileSystemAssociationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FileSystemAssociationStatusHasBeenSet() const
FileSystemAssociationSummary & WithFileSystemAssociationId(FileSystemAssociationIdT &&value)
const Aws::String & GetFileSystemAssociationStatus() const
void SetFileSystemAssociationId(FileSystemAssociationIdT &&value)
AWS_STORAGEGATEWAY_API FileSystemAssociationSummary()=default
void SetFileSystemAssociationStatus(FileSystemAssociationStatusT &&value)
AWS_STORAGEGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
FileSystemAssociationSummary & WithFileSystemAssociationARN(FileSystemAssociationARNT &&value)
const Aws::String & GetFileSystemAssociationARN() const
AWS_STORAGEGATEWAY_API FileSystemAssociationSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetGatewayARN() const
void SetGatewayARN(GatewayARNT &&value)
FileSystemAssociationSummary & WithGatewayARN(GatewayARNT &&value)
void SetFileSystemAssociationARN(FileSystemAssociationARNT &&value)
const Aws::String & GetFileSystemAssociationId() const
FileSystemAssociationSummary & WithFileSystemAssociationStatus(FileSystemAssociationStatusT &&value)
bool FileSystemAssociationIdHasBeenSet() const
bool FileSystemAssociationARNHasBeenSet() const
bool GatewayARNHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue