7#include <aws/elasticfilesystem/EFS_EXPORTS.h>
8#include <aws/elasticfilesystem/EFSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
47 inline void SetFileSystemId(
const char* value) { m_fileSystemIdHasBeenSet =
true; m_fileSystemId.assign(value); }
62 inline void SetSubnetId(
const char* value) { m_subnetIdHasBeenSet =
true; m_subnetId.assign(value); }
76 inline void SetIpAddress(
const char* value) { m_ipAddressHasBeenSet =
true; m_ipAddress.assign(value); }
100 bool m_fileSystemIdHasBeenSet =
false;
103 bool m_subnetIdHasBeenSet =
false;
106 bool m_ipAddressHasBeenSet =
false;
109 bool m_securityGroupsHasBeenSet =
false;
CreateMountTargetRequest & WithSubnetId(const char *value)
void SetSecurityGroups(Aws::Vector< Aws::String > &&value)
void SetSubnetId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool SubnetIdHasBeenSet() const
CreateMountTargetRequest & WithFileSystemId(const Aws::String &value)
CreateMountTargetRequest & WithIpAddress(const Aws::String &value)
const Aws::String & GetIpAddress() const
CreateMountTargetRequest & WithSubnetId(Aws::String &&value)
void SetSecurityGroups(const Aws::Vector< Aws::String > &value)
bool FileSystemIdHasBeenSet() const
void SetSubnetId(const Aws::String &value)
CreateMountTargetRequest & WithIpAddress(Aws::String &&value)
CreateMountTargetRequest & WithSubnetId(const Aws::String &value)
void SetFileSystemId(const Aws::String &value)
const Aws::Vector< Aws::String > & GetSecurityGroups() const
CreateMountTargetRequest & WithFileSystemId(const char *value)
CreateMountTargetRequest & WithSecurityGroups(const Aws::Vector< Aws::String > &value)
AWS_EFS_API CreateMountTargetRequest()
bool SecurityGroupsHasBeenSet() const
AWS_EFS_API Aws::String SerializePayload() const override
CreateMountTargetRequest & WithFileSystemId(Aws::String &&value)
void SetFileSystemId(const char *value)
bool IpAddressHasBeenSet() const
CreateMountTargetRequest & WithSecurityGroups(Aws::Vector< Aws::String > &&value)
CreateMountTargetRequest & AddSecurityGroups(Aws::String &&value)
void SetFileSystemId(Aws::String &&value)
CreateMountTargetRequest & WithIpAddress(const char *value)
CreateMountTargetRequest & AddSecurityGroups(const Aws::String &value)
const Aws::String & GetFileSystemId() const
void SetSubnetId(const char *value)
const Aws::String & GetSubnetId() const
CreateMountTargetRequest & AddSecurityGroups(const char *value)
void SetIpAddress(const char *value)
void SetIpAddress(Aws::String &&value)
void SetIpAddress(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector