7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/storagegateway/model/CacheAttributes.h>
11#include <aws/storagegateway/model/EndpointNetworkConfiguration.h>
12#include <aws/storagegateway/model/Tag.h>
13#include <aws/storagegateway/model/FileSystemAssociationStatusDetail.h>
26namespace StorageGateway
54 inline void SetFileSystemAssociationARN(
const char* value) { m_fileSystemAssociationARNHasBeenSet =
true; m_fileSystemAssociationARN.assign(value); }
71 inline void SetLocationARN(
const char* value) { m_locationARNHasBeenSet =
true; m_locationARN.assign(value); }
87 inline void SetFileSystemAssociationStatus(
const char* value) { m_fileSystemAssociationStatusHasBeenSet =
true; m_fileSystemAssociationStatus.assign(value); }
101 inline void SetAuditDestinationARN(
const char* value) { m_auditDestinationARNHasBeenSet =
true; m_auditDestinationARN.assign(value); }
113 inline void SetGatewayARN(
const char* value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN.assign(value); }
176 bool m_fileSystemAssociationARNHasBeenSet =
false;
179 bool m_locationARNHasBeenSet =
false;
182 bool m_fileSystemAssociationStatusHasBeenSet =
false;
185 bool m_auditDestinationARNHasBeenSet =
false;
188 bool m_gatewayARNHasBeenSet =
false;
191 bool m_tagsHasBeenSet =
false;
194 bool m_cacheAttributesHasBeenSet =
false;
197 bool m_endpointNetworkConfigurationHasBeenSet =
false;
200 bool m_fileSystemAssociationStatusDetailsHasBeenSet =
false;
void SetLocationARN(const char *value)
bool FileSystemAssociationARNHasBeenSet() const
FileSystemAssociationInfo & AddFileSystemAssociationStatusDetails(const FileSystemAssociationStatusDetail &value)
void SetGatewayARN(Aws::String &&value)
void SetAuditDestinationARN(const char *value)
FileSystemAssociationInfo & WithCacheAttributes(const CacheAttributes &value)
bool AuditDestinationARNHasBeenSet() const
const Aws::String & GetAuditDestinationARN() const
bool EndpointNetworkConfigurationHasBeenSet() const
bool CacheAttributesHasBeenSet() const
FileSystemAssociationInfo & WithFileSystemAssociationARN(const Aws::String &value)
void SetCacheAttributes(CacheAttributes &&value)
FileSystemAssociationInfo & WithFileSystemAssociationARN(const char *value)
const CacheAttributes & GetCacheAttributes() const
void SetLocationARN(Aws::String &&value)
void SetFileSystemAssociationARN(const char *value)
FileSystemAssociationInfo & AddTags(Tag &&value)
void SetAuditDestinationARN(const Aws::String &value)
void SetFileSystemAssociationStatus(const Aws::String &value)
FileSystemAssociationInfo & AddFileSystemAssociationStatusDetails(FileSystemAssociationStatusDetail &&value)
FileSystemAssociationInfo & WithTags(const Aws::Vector< Tag > &value)
AWS_STORAGEGATEWAY_API FileSystemAssociationInfo()
void SetEndpointNetworkConfiguration(EndpointNetworkConfiguration &&value)
void SetFileSystemAssociationStatusDetails(const Aws::Vector< FileSystemAssociationStatusDetail > &value)
FileSystemAssociationInfo & WithTags(Aws::Vector< Tag > &&value)
void SetTags(const Aws::Vector< Tag > &value)
const Aws::Vector< FileSystemAssociationStatusDetail > & GetFileSystemAssociationStatusDetails() const
FileSystemAssociationInfo & WithAuditDestinationARN(const Aws::String &value)
FileSystemAssociationInfo & WithGatewayARN(const char *value)
void SetFileSystemAssociationStatus(Aws::String &&value)
FileSystemAssociationInfo & WithFileSystemAssociationStatus(Aws::String &&value)
FileSystemAssociationInfo & WithAuditDestinationARN(Aws::String &&value)
void SetFileSystemAssociationARN(const Aws::String &value)
const Aws::String & GetFileSystemAssociationARN() const
AWS_STORAGEGATEWAY_API FileSystemAssociationInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
FileSystemAssociationInfo & WithFileSystemAssociationStatus(const char *value)
FileSystemAssociationInfo & WithGatewayARN(Aws::String &&value)
void SetEndpointNetworkConfiguration(const EndpointNetworkConfiguration &value)
FileSystemAssociationInfo & WithFileSystemAssociationARN(Aws::String &&value)
void SetLocationARN(const Aws::String &value)
FileSystemAssociationInfo & WithGatewayARN(const Aws::String &value)
void SetAuditDestinationARN(Aws::String &&value)
AWS_STORAGEGATEWAY_API FileSystemAssociationInfo(Aws::Utils::Json::JsonView jsonValue)
void SetCacheAttributes(const CacheAttributes &value)
FileSystemAssociationInfo & WithEndpointNetworkConfiguration(EndpointNetworkConfiguration &&value)
FileSystemAssociationInfo & WithLocationARN(const Aws::String &value)
FileSystemAssociationInfo & WithEndpointNetworkConfiguration(const EndpointNetworkConfiguration &value)
const EndpointNetworkConfiguration & GetEndpointNetworkConfiguration() const
const Aws::String & GetGatewayARN() const
void SetGatewayARN(const char *value)
const Aws::String & GetLocationARN() const
void SetGatewayARN(const Aws::String &value)
FileSystemAssociationInfo & WithAuditDestinationARN(const char *value)
FileSystemAssociationInfo & WithCacheAttributes(CacheAttributes &&value)
void SetFileSystemAssociationStatus(const char *value)
const Aws::Vector< Tag > & GetTags() const
FileSystemAssociationInfo & WithFileSystemAssociationStatus(const Aws::String &value)
bool FileSystemAssociationStatusDetailsHasBeenSet() const
FileSystemAssociationInfo & WithFileSystemAssociationStatusDetails(const Aws::Vector< FileSystemAssociationStatusDetail > &value)
bool GatewayARNHasBeenSet() const
bool FileSystemAssociationStatusHasBeenSet() const
AWS_STORAGEGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
FileSystemAssociationInfo & WithFileSystemAssociationStatusDetails(Aws::Vector< FileSystemAssociationStatusDetail > &&value)
bool LocationARNHasBeenSet() const
FileSystemAssociationInfo & AddTags(const Tag &value)
void SetFileSystemAssociationARN(Aws::String &&value)
void SetTags(Aws::Vector< Tag > &&value)
bool TagsHasBeenSet() const
FileSystemAssociationInfo & WithLocationARN(Aws::String &&value)
const Aws::String & GetFileSystemAssociationStatus() const
FileSystemAssociationInfo & WithLocationARN(const char *value)
void SetFileSystemAssociationStatusDetails(Aws::Vector< FileSystemAssociationStatusDetail > &&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