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
49 template<
typename UserNameT = Aws::String>
50 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
51 template<
typename UserNameT = Aws::String>
61 template<
typename PasswordT = Aws::String>
62 void SetPassword(PasswordT&& value) { m_passwordHasBeenSet =
true; m_password = std::forward<PasswordT>(value); }
63 template<
typename PasswordT = Aws::String>
74 template<
typename ClientTokenT = Aws::String>
75 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
76 template<
typename ClientTokenT = Aws::String>
84 template<
typename GatewayARNT = Aws::String>
85 void SetGatewayARN(GatewayARNT&& value) { m_gatewayARNHasBeenSet =
true; m_gatewayARN = std::forward<GatewayARNT>(value); }
86 template<
typename GatewayARNT = Aws::String>
97 template<
typename LocationARNT = Aws::String>
98 void SetLocationARN(LocationARNT&& value) { m_locationARNHasBeenSet =
true; m_locationARN = std::forward<LocationARNT>(value); }
99 template<
typename LocationARNT = Aws::String>
110 template<
typename TagsT = Aws::Vector<Tag>>
111 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
112 template<
typename TagsT = Aws::Vector<Tag>>
114 template<
typename TagsT = Tag>
124 template<
typename AuditDestinationARNT = Aws::String>
125 void SetAuditDestinationARN(AuditDestinationARNT&& value) { m_auditDestinationARNHasBeenSet =
true; m_auditDestinationARN = std::forward<AuditDestinationARNT>(value); }
126 template<
typename AuditDestinationARNT = Aws::String>
134 template<
typename CacheAttributesT = CacheAttributes>
135 void SetCacheAttributes(CacheAttributesT&& value) { m_cacheAttributesHasBeenSet =
true; m_cacheAttributes = std::forward<CacheAttributesT>(value); }
136 template<
typename CacheAttributesT = CacheAttributes>
149 template<
typename Endpo
intNetworkConfigurationT = Endpo
intNetworkConfiguration>
150 void SetEndpointNetworkConfiguration(EndpointNetworkConfigurationT&& value) { m_endpointNetworkConfigurationHasBeenSet =
true; m_endpointNetworkConfiguration = std::forward<EndpointNetworkConfigurationT>(value); }
151 template<
typename Endpo
intNetworkConfigurationT = Endpo
intNetworkConfiguration>
157 bool m_userNameHasBeenSet =
false;
160 bool m_passwordHasBeenSet =
false;
163 bool m_clientTokenHasBeenSet =
false;
166 bool m_gatewayARNHasBeenSet =
false;
169 bool m_locationARNHasBeenSet =
false;
172 bool m_tagsHasBeenSet =
false;
175 bool m_auditDestinationARNHasBeenSet =
false;
178 bool m_cacheAttributesHasBeenSet =
false;
181 bool m_endpointNetworkConfigurationHasBeenSet =
false;
const Aws::String & GetPassword() const
const CacheAttributes & GetCacheAttributes() const
bool LocationARNHasBeenSet() const
bool TagsHasBeenSet() const
const Aws::String & GetClientToken() const
void SetUserName(UserNameT &&value)
const EndpointNetworkConfiguration & GetEndpointNetworkConfiguration() const
bool UserNameHasBeenSet() const
AssociateFileSystemRequest & WithAuditDestinationARN(AuditDestinationARNT &&value)
void SetGatewayARN(GatewayARNT &&value)
AssociateFileSystemRequest & WithEndpointNetworkConfiguration(EndpointNetworkConfigurationT &&value)
virtual const char * GetServiceRequestName() const override
void SetAuditDestinationARN(AuditDestinationARNT &&value)
AssociateFileSystemRequest & AddTags(TagsT &&value)
const Aws::String & GetUserName() const
bool ClientTokenHasBeenSet() const
AWS_STORAGEGATEWAY_API AssociateFileSystemRequest()=default
AssociateFileSystemRequest & WithPassword(PasswordT &&value)
void SetEndpointNetworkConfiguration(EndpointNetworkConfigurationT &&value)
void SetTags(TagsT &&value)
AssociateFileSystemRequest & WithUserName(UserNameT &&value)
const Aws::Vector< Tag > & GetTags() const
bool GatewayARNHasBeenSet() const
const Aws::String & GetGatewayARN() const
AssociateFileSystemRequest & WithCacheAttributes(CacheAttributesT &&value)
bool AuditDestinationARNHasBeenSet() const
bool EndpointNetworkConfigurationHasBeenSet() const
bool CacheAttributesHasBeenSet() const
const Aws::String & GetAuditDestinationARN() const
void SetPassword(PasswordT &&value)
const Aws::String & GetLocationARN() const
AssociateFileSystemRequest & WithGatewayARN(GatewayARNT &&value)
bool PasswordHasBeenSet() const
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
AssociateFileSystemRequest & WithClientToken(ClientTokenT &&value)
void SetClientToken(ClientTokenT &&value)
void SetCacheAttributes(CacheAttributesT &&value)
AssociateFileSystemRequest & WithTags(TagsT &&value)
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AssociateFileSystemRequest & WithLocationARN(LocationARNT &&value)
void SetLocationARN(LocationARNT &&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