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
47 inline void SetFileSystemAssociationARN(
const char* value) { m_fileSystemAssociationARNHasBeenSet =
true; m_fileSystemAssociationARN.assign(value); }
63 inline void SetUserName(
const char* value) { m_userNameHasBeenSet =
true; m_userName.assign(value); }
77 inline void SetPassword(
const char* value) { m_passwordHasBeenSet =
true; m_password.assign(value); }
91 inline void SetAuditDestinationARN(
const char* value) { m_auditDestinationARNHasBeenSet =
true; m_auditDestinationARN.assign(value); }
109 bool m_fileSystemAssociationARNHasBeenSet =
false;
112 bool m_userNameHasBeenSet =
false;
115 bool m_passwordHasBeenSet =
false;
118 bool m_auditDestinationARNHasBeenSet =
false;
121 bool m_cacheAttributesHasBeenSet =
false;
UpdateFileSystemAssociationRequest & WithUserName(const char *value)
void SetPassword(const char *value)
bool PasswordHasBeenSet() const
AWS_STORAGEGATEWAY_API UpdateFileSystemAssociationRequest()
UpdateFileSystemAssociationRequest & WithCacheAttributes(CacheAttributes &&value)
void SetAuditDestinationARN(const Aws::String &value)
bool UserNameHasBeenSet() const
UpdateFileSystemAssociationRequest & WithUserName(Aws::String &&value)
bool AuditDestinationARNHasBeenSet() const
void SetAuditDestinationARN(const char *value)
UpdateFileSystemAssociationRequest & WithFileSystemAssociationARN(const char *value)
void SetAuditDestinationARN(Aws::String &&value)
void SetCacheAttributes(const CacheAttributes &value)
void SetUserName(const Aws::String &value)
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
void SetUserName(Aws::String &&value)
UpdateFileSystemAssociationRequest & WithAuditDestinationARN(Aws::String &&value)
void SetFileSystemAssociationARN(Aws::String &&value)
void SetFileSystemAssociationARN(const char *value)
bool FileSystemAssociationARNHasBeenSet() const
const CacheAttributes & GetCacheAttributes() const
UpdateFileSystemAssociationRequest & WithPassword(const Aws::String &value)
void SetCacheAttributes(CacheAttributes &&value)
UpdateFileSystemAssociationRequest & WithAuditDestinationARN(const char *value)
UpdateFileSystemAssociationRequest & WithFileSystemAssociationARN(Aws::String &&value)
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetUserName() const
const Aws::String & GetAuditDestinationARN() const
UpdateFileSystemAssociationRequest & WithFileSystemAssociationARN(const Aws::String &value)
void SetPassword(Aws::String &&value)
const Aws::String & GetPassword() const
void SetFileSystemAssociationARN(const Aws::String &value)
bool CacheAttributesHasBeenSet() const
UpdateFileSystemAssociationRequest & WithPassword(Aws::String &&value)
void SetPassword(const Aws::String &value)
UpdateFileSystemAssociationRequest & WithCacheAttributes(const CacheAttributes &value)
const Aws::String & GetFileSystemAssociationARN() const
void SetUserName(const char *value)
UpdateFileSystemAssociationRequest & WithPassword(const char *value)
virtual const char * GetServiceRequestName() const override
UpdateFileSystemAssociationRequest & WithUserName(const Aws::String &value)
UpdateFileSystemAssociationRequest & WithAuditDestinationARN(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String