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/datasync/model/FsxProtocol.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/datasync/model/TagListEntry.h>
48 inline void SetFsxFilesystemArn(
const char* value) { m_fsxFilesystemArnHasBeenSet =
true; m_fsxFilesystemArn.assign(value); }
92 inline void SetSubdirectory(
const char* value) { m_subdirectoryHasBeenSet =
true; m_subdirectory.assign(value); }
117 bool m_fsxFilesystemArnHasBeenSet =
false;
120 bool m_protocolHasBeenSet =
false;
123 bool m_securityGroupArnsHasBeenSet =
false;
126 bool m_subdirectoryHasBeenSet =
false;
129 bool m_tagsHasBeenSet =
false;
CreateLocationFsxOpenZfsRequest & WithSecurityGroupArns(const Aws::Vector< Aws::String > &value)
void SetFsxFilesystemArn(const char *value)
void SetTags(const Aws::Vector< TagListEntry > &value)
AWS_DATASYNC_API CreateLocationFsxOpenZfsRequest()
AWS_DATASYNC_API Aws::String SerializePayload() const override
CreateLocationFsxOpenZfsRequest & WithFsxFilesystemArn(const Aws::String &value)
CreateLocationFsxOpenZfsRequest & WithSubdirectory(Aws::String &&value)
CreateLocationFsxOpenZfsRequest & WithFsxFilesystemArn(const char *value)
void SetSecurityGroupArns(Aws::Vector< Aws::String > &&value)
const Aws::Vector< TagListEntry > & GetTags() const
virtual const char * GetServiceRequestName() const override
void SetProtocol(FsxProtocol &&value)
AWS_DATASYNC_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateLocationFsxOpenZfsRequest & AddTags(TagListEntry &&value)
CreateLocationFsxOpenZfsRequest & WithSecurityGroupArns(Aws::Vector< Aws::String > &&value)
const Aws::String & GetFsxFilesystemArn() const
CreateLocationFsxOpenZfsRequest & WithProtocol(FsxProtocol &&value)
bool TagsHasBeenSet() const
CreateLocationFsxOpenZfsRequest & WithTags(Aws::Vector< TagListEntry > &&value)
const Aws::String & GetSubdirectory() const
CreateLocationFsxOpenZfsRequest & WithProtocol(const FsxProtocol &value)
void SetFsxFilesystemArn(const Aws::String &value)
CreateLocationFsxOpenZfsRequest & WithSubdirectory(const Aws::String &value)
void SetSubdirectory(Aws::String &&value)
void SetSubdirectory(const Aws::String &value)
bool ProtocolHasBeenSet() const
void SetSecurityGroupArns(const Aws::Vector< Aws::String > &value)
CreateLocationFsxOpenZfsRequest & AddSecurityGroupArns(Aws::String &&value)
void SetTags(Aws::Vector< TagListEntry > &&value)
void SetFsxFilesystemArn(Aws::String &&value)
bool FsxFilesystemArnHasBeenSet() const
const FsxProtocol & GetProtocol() const
void SetProtocol(const FsxProtocol &value)
CreateLocationFsxOpenZfsRequest & WithTags(const Aws::Vector< TagListEntry > &value)
CreateLocationFsxOpenZfsRequest & AddTags(const TagListEntry &value)
CreateLocationFsxOpenZfsRequest & AddSecurityGroupArns(const char *value)
void SetSubdirectory(const char *value)
const Aws::Vector< Aws::String > & GetSecurityGroupArns() const
CreateLocationFsxOpenZfsRequest & WithFsxFilesystemArn(Aws::String &&value)
bool SecurityGroupArnsHasBeenSet() const
bool SubdirectoryHasBeenSet() const
CreateLocationFsxOpenZfsRequest & WithSubdirectory(const char *value)
CreateLocationFsxOpenZfsRequest & AddSecurityGroupArns(const Aws::String &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