7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/fsx/FSxRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/fsx/model/S3DataRepositoryConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/fsx/model/Tag.h>
14#include <aws/core/utils/UUID.h>
45 template<
typename FileSystemIdT = Aws::String>
46 void SetFileSystemId(FileSystemIdT&& value) { m_fileSystemIdHasBeenSet =
true; m_fileSystemId = std::forward<FileSystemIdT>(value); }
47 template<
typename FileSystemIdT = Aws::String>
70 template<
typename FileSystemPathT = Aws::String>
71 void SetFileSystemPath(FileSystemPathT&& value) { m_fileSystemPathHasBeenSet =
true; m_fileSystemPath = std::forward<FileSystemPathT>(value); }
72 template<
typename FileSystemPathT = Aws::String>
86 template<
typename DataRepositoryPathT = Aws::String>
87 void SetDataRepositoryPath(DataRepositoryPathT&& value) { m_dataRepositoryPathHasBeenSet =
true; m_dataRepositoryPath = std::forward<DataRepositoryPathT>(value); }
88 template<
typename DataRepositoryPathT = Aws::String>
129 template<
typename S3T = S3DataRepositoryConfiguration>
130 void SetS3(S3T&& value) { m_s3HasBeenSet =
true; m_s3 = std::forward<S3T>(value); }
131 template<
typename S3T = S3DataRepositoryConfiguration>
139 template<
typename ClientRequestTokenT = Aws::String>
140 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
141 template<
typename ClientRequestTokenT = Aws::String>
149 template<
typename TagsT = Aws::Vector<Tag>>
150 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
151 template<
typename TagsT = Aws::Vector<Tag>>
153 template<
typename TagsT = Tag>
159 bool m_fileSystemIdHasBeenSet =
false;
162 bool m_fileSystemPathHasBeenSet =
false;
165 bool m_dataRepositoryPathHasBeenSet =
false;
167 bool m_batchImportMetaDataOnCreate{
false};
168 bool m_batchImportMetaDataOnCreateHasBeenSet =
false;
170 int m_importedFileChunkSize{0};
171 bool m_importedFileChunkSizeHasBeenSet =
false;
173 S3DataRepositoryConfiguration m_s3;
174 bool m_s3HasBeenSet =
false;
177 bool m_clientRequestTokenHasBeenSet =
true;
180 bool m_tagsHasBeenSet =
false;
bool FileSystemIdHasBeenSet() const
bool GetBatchImportMetaDataOnCreate() const
void SetDataRepositoryPath(DataRepositoryPathT &&value)
CreateDataRepositoryAssociationRequest & WithBatchImportMetaDataOnCreate(bool value)
AWS_FSX_API CreateDataRepositoryAssociationRequest()=default
CreateDataRepositoryAssociationRequest & AddTags(TagsT &&value)
CreateDataRepositoryAssociationRequest & WithTags(TagsT &&value)
const Aws::String & GetFileSystemId() const
void SetFileSystemPath(FileSystemPathT &&value)
CreateDataRepositoryAssociationRequest & WithS3(S3T &&value)
int GetImportedFileChunkSize() const
CreateDataRepositoryAssociationRequest & WithDataRepositoryPath(DataRepositoryPathT &&value)
bool TagsHasBeenSet() const
bool ClientRequestTokenHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
CreateDataRepositoryAssociationRequest & WithFileSystemPath(FileSystemPathT &&value)
const Aws::String & GetClientRequestToken() const
const S3DataRepositoryConfiguration & GetS3() const
bool FileSystemPathHasBeenSet() const
const Aws::String & GetFileSystemPath() const
bool ImportedFileChunkSizeHasBeenSet() const
void SetImportedFileChunkSize(int value)
bool S3HasBeenSet() const
AWS_FSX_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetTags(TagsT &&value)
bool DataRepositoryPathHasBeenSet() const
void SetBatchImportMetaDataOnCreate(bool value)
void SetFileSystemId(FileSystemIdT &&value)
const Aws::String & GetDataRepositoryPath() const
CreateDataRepositoryAssociationRequest & WithClientRequestToken(ClientRequestTokenT &&value)
AWS_FSX_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateDataRepositoryAssociationRequest & WithImportedFileChunkSize(int value)
CreateDataRepositoryAssociationRequest & WithFileSystemId(FileSystemIdT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
bool BatchImportMetaDataOnCreateHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
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