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/core/utils/memory/stl/AWSVector.h>
11#include <aws/storagegateway/model/CacheAttributes.h>
12#include <aws/storagegateway/model/EndpointNetworkConfiguration.h>
13#include <aws/storagegateway/model/Tag.h>
18namespace StorageGateway
51 inline void SetUserName(
const char* value) { m_userNameHasBeenSet =
true; m_userName.assign(value); }
65 inline void SetPassword(
const char* value) { m_passwordHasBeenSet =
true; m_password.assign(value); }
80 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
92 inline void SetGatewayARN(
const char* value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN.assign(value); }
107 inline void SetLocationARN(
const char* value) { m_locationARNHasBeenSet =
true; m_locationARN.assign(value); }
136 inline void SetAuditDestinationARN(
const char* value) { m_auditDestinationARNHasBeenSet =
true; m_auditDestinationARN.assign(value); }
169 bool m_userNameHasBeenSet =
false;
172 bool m_passwordHasBeenSet =
false;
175 bool m_clientTokenHasBeenSet =
false;
178 bool m_gatewayARNHasBeenSet =
false;
181 bool m_locationARNHasBeenSet =
false;
184 bool m_tagsHasBeenSet =
false;
187 bool m_auditDestinationARNHasBeenSet =
false;
190 bool m_cacheAttributesHasBeenSet =
false;
193 bool m_endpointNetworkConfigurationHasBeenSet =
false;
void SetUserName(Aws::String &&value)
const Aws::String & GetPassword() const
const CacheAttributes & GetCacheAttributes() const
bool LocationARNHasBeenSet() const
bool TagsHasBeenSet() const
AssociateFileSystemRequest & WithCacheAttributes(const CacheAttributes &value)
AssociateFileSystemRequest & WithClientToken(Aws::String &&value)
AssociateFileSystemRequest & WithEndpointNetworkConfiguration(EndpointNetworkConfiguration &&value)
void SetLocationARN(const char *value)
void SetLocationARN(Aws::String &&value)
const Aws::String & GetClientToken() const
AWS_STORAGEGATEWAY_API AssociateFileSystemRequest()
const EndpointNetworkConfiguration & GetEndpointNetworkConfiguration() const
AssociateFileSystemRequest & WithPassword(Aws::String &&value)
bool UserNameHasBeenSet() const
AssociateFileSystemRequest & WithUserName(const Aws::String &value)
void SetPassword(const char *value)
void SetUserName(const char *value)
void SetAuditDestinationARN(const char *value)
void SetPassword(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetUserName() const
void SetTags(const Aws::Vector< Tag > &value)
AssociateFileSystemRequest & WithEndpointNetworkConfiguration(const EndpointNetworkConfiguration &value)
void SetGatewayARN(const Aws::String &value)
bool ClientTokenHasBeenSet() const
void SetEndpointNetworkConfiguration(const EndpointNetworkConfiguration &value)
AssociateFileSystemRequest & AddTags(Tag &&value)
AssociateFileSystemRequest & AddTags(const Tag &value)
AssociateFileSystemRequest & WithUserName(const char *value)
void SetAuditDestinationARN(Aws::String &&value)
void SetGatewayARN(const char *value)
const Aws::Vector< Tag > & GetTags() const
void SetUserName(const Aws::String &value)
AssociateFileSystemRequest & WithGatewayARN(const char *value)
bool GatewayARNHasBeenSet() const
AssociateFileSystemRequest & WithTags(const Aws::Vector< Tag > &value)
AssociateFileSystemRequest & WithLocationARN(const char *value)
AssociateFileSystemRequest & WithAuditDestinationARN(const Aws::String &value)
const Aws::String & GetGatewayARN() const
AssociateFileSystemRequest & WithLocationARN(const Aws::String &value)
AssociateFileSystemRequest & WithUserName(Aws::String &&value)
bool AuditDestinationARNHasBeenSet() const
void SetGatewayARN(Aws::String &&value)
AssociateFileSystemRequest & WithCacheAttributes(CacheAttributes &&value)
AssociateFileSystemRequest & WithClientToken(const Aws::String &value)
bool EndpointNetworkConfigurationHasBeenSet() const
bool CacheAttributesHasBeenSet() const
const Aws::String & GetAuditDestinationARN() const
void SetClientToken(const Aws::String &value)
void SetClientToken(Aws::String &&value)
AssociateFileSystemRequest & WithLocationARN(Aws::String &&value)
void SetEndpointNetworkConfiguration(EndpointNetworkConfiguration &&value)
AssociateFileSystemRequest & WithGatewayARN(Aws::String &&value)
void SetCacheAttributes(CacheAttributes &&value)
AssociateFileSystemRequest & WithClientToken(const char *value)
AssociateFileSystemRequest & WithAuditDestinationARN(Aws::String &&value)
const Aws::String & GetLocationARN() const
void SetTags(Aws::Vector< Tag > &&value)
void SetPassword(Aws::String &&value)
bool PasswordHasBeenSet() const
void SetClientToken(const char *value)
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
AssociateFileSystemRequest & WithAuditDestinationARN(const char *value)
AssociateFileSystemRequest & WithGatewayARN(const Aws::String &value)
void SetLocationARN(const Aws::String &value)
AssociateFileSystemRequest & WithPassword(const char *value)
void SetAuditDestinationARN(const Aws::String &value)
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AssociateFileSystemRequest & WithPassword(const Aws::String &value)
void SetCacheAttributes(const CacheAttributes &value)
AssociateFileSystemRequest & WithTags(Aws::Vector< Tag > &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector