7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/storagegateway/StorageGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/storagegateway/model/CacheAttributes.h>
15namespace StorageGateway
45 template<
typename FileSystemAssociationARNT = Aws::String>
46 void SetFileSystemAssociationARN(FileSystemAssociationARNT&& value) { m_fileSystemAssociationARNHasBeenSet =
true; m_fileSystemAssociationARN = std::forward<FileSystemAssociationARNT>(value); }
47 template<
typename FileSystemAssociationARNT = Aws::String>
59 template<
typename UserNameT = Aws::String>
60 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
61 template<
typename UserNameT = Aws::String>
71 template<
typename PasswordT = Aws::String>
72 void SetPassword(PasswordT&& value) { m_passwordHasBeenSet =
true; m_password = std::forward<PasswordT>(value); }
73 template<
typename PasswordT = Aws::String>
83 template<
typename AuditDestinationARNT = Aws::String>
84 void SetAuditDestinationARN(AuditDestinationARNT&& value) { m_auditDestinationARNHasBeenSet =
true; m_auditDestinationARN = std::forward<AuditDestinationARNT>(value); }
85 template<
typename AuditDestinationARNT = Aws::String>
93 template<
typename CacheAttributesT = CacheAttributes>
94 void SetCacheAttributes(CacheAttributesT&& value) { m_cacheAttributesHasBeenSet =
true; m_cacheAttributes = std::forward<CacheAttributesT>(value); }
95 template<
typename CacheAttributesT = CacheAttributes>
101 bool m_fileSystemAssociationARNHasBeenSet =
false;
104 bool m_userNameHasBeenSet =
false;
107 bool m_passwordHasBeenSet =
false;
110 bool m_auditDestinationARNHasBeenSet =
false;
113 bool m_cacheAttributesHasBeenSet =
false;
bool PasswordHasBeenSet() const
AWS_STORAGEGATEWAY_API UpdateFileSystemAssociationRequest()=default
UpdateFileSystemAssociationRequest & WithPassword(PasswordT &&value)
bool UserNameHasBeenSet() const
bool AuditDestinationARNHasBeenSet() const
void SetFileSystemAssociationARN(FileSystemAssociationARNT &&value)
UpdateFileSystemAssociationRequest & WithCacheAttributes(CacheAttributesT &&value)
void SetCacheAttributes(CacheAttributesT &&value)
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
void SetPassword(PasswordT &&value)
void SetUserName(UserNameT &&value)
bool FileSystemAssociationARNHasBeenSet() const
const CacheAttributes & GetCacheAttributes() const
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetUserName() const
const Aws::String & GetAuditDestinationARN() const
UpdateFileSystemAssociationRequest & WithFileSystemAssociationARN(FileSystemAssociationARNT &&value)
const Aws::String & GetPassword() const
void SetAuditDestinationARN(AuditDestinationARNT &&value)
bool CacheAttributesHasBeenSet() const
UpdateFileSystemAssociationRequest & WithAuditDestinationARN(AuditDestinationARNT &&value)
const Aws::String & GetFileSystemAssociationARN() const
UpdateFileSystemAssociationRequest & WithUserName(UserNameT &&value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String