7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/datasync/DataSyncRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/datasync/model/TagListEntry.h>
47 inline void SetFsxFilesystemArn(
const char* value) { m_fsxFilesystemArnHasBeenSet =
true; m_fsxFilesystemArn.assign(value); }
79 inline void SetSubdirectory(
const char* value) { m_subdirectoryHasBeenSet =
true; m_subdirectory.assign(value); }
104 bool m_fsxFilesystemArnHasBeenSet =
false;
107 bool m_securityGroupArnsHasBeenSet =
false;
110 bool m_subdirectoryHasBeenSet =
false;
113 bool m_tagsHasBeenSet =
false;
CreateLocationFsxLustreRequest & AddSecurityGroupArns(const char *value)
CreateLocationFsxLustreRequest & WithTags(const Aws::Vector< TagListEntry > &value)
const Aws::Vector< Aws::String > & GetSecurityGroupArns() const
void SetSecurityGroupArns(const Aws::Vector< Aws::String > &value)
CreateLocationFsxLustreRequest & WithSubdirectory(const char *value)
CreateLocationFsxLustreRequest & AddTags(const TagListEntry &value)
void SetTags(Aws::Vector< TagListEntry > &&value)
const Aws::String & GetSubdirectory() const
CreateLocationFsxLustreRequest & AddTags(TagListEntry &&value)
void SetFsxFilesystemArn(const Aws::String &value)
CreateLocationFsxLustreRequest & WithSubdirectory(Aws::String &&value)
CreateLocationFsxLustreRequest & AddSecurityGroupArns(const Aws::String &value)
bool FsxFilesystemArnHasBeenSet() const
void SetFsxFilesystemArn(const char *value)
const Aws::String & GetFsxFilesystemArn() const
bool SecurityGroupArnsHasBeenSet() const
AWS_DATASYNC_API CreateLocationFsxLustreRequest()
CreateLocationFsxLustreRequest & WithSecurityGroupArns(Aws::Vector< Aws::String > &&value)
void SetFsxFilesystemArn(Aws::String &&value)
CreateLocationFsxLustreRequest & WithSecurityGroupArns(const Aws::Vector< Aws::String > &value)
void SetSubdirectory(const char *value)
CreateLocationFsxLustreRequest & WithFsxFilesystemArn(Aws::String &&value)
AWS_DATASYNC_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateLocationFsxLustreRequest & WithTags(Aws::Vector< TagListEntry > &&value)
void SetSubdirectory(Aws::String &&value)
void SetSecurityGroupArns(Aws::Vector< Aws::String > &&value)
CreateLocationFsxLustreRequest & WithFsxFilesystemArn(const Aws::String &value)
CreateLocationFsxLustreRequest & AddSecurityGroupArns(Aws::String &&value)
const Aws::Vector< TagListEntry > & GetTags() const
CreateLocationFsxLustreRequest & WithFsxFilesystemArn(const char *value)
AWS_DATASYNC_API Aws::String SerializePayload() const override
bool TagsHasBeenSet() const
void SetSubdirectory(const Aws::String &value)
CreateLocationFsxLustreRequest & WithSubdirectory(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetTags(const Aws::Vector< TagListEntry > &value)
bool SubdirectoryHasBeenSet() const
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