7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kendra/Kendra_EXPORTS.h>
10#include <aws/kendra/model/DataSourceToIndexFieldMapping.h>
11#include <aws/kendra/model/DataSourceVpcConfiguration.h>
12#include <aws/kendra/model/FsxFileSystemType.h>
60 template <
typename FileSystemIdT = Aws::String>
62 m_fileSystemIdHasBeenSet =
true;
63 m_fileSystemId = std::forward<FileSystemIdT>(value);
65 template <
typename FileSystemIdT = Aws::String>
80 m_fileSystemTypeHasBeenSet =
true;
81 m_fileSystemType = value;
96 template <
typename VpcConfigurationT = DataSourceVpcConfiguration>
98 m_vpcConfigurationHasBeenSet =
true;
99 m_vpcConfiguration = std::forward<VpcConfigurationT>(value);
101 template <
typename VpcConfigurationT = DataSourceVpcConfiguration>
122 template <
typename SecretArnT = Aws::String>
124 m_secretArnHasBeenSet =
true;
125 m_secretArn = std::forward<SecretArnT>(value);
127 template <
typename SecretArnT = Aws::String>
144 template <
typename InclusionPatternsT = Aws::Vector<Aws::String>>
146 m_inclusionPatternsHasBeenSet =
true;
147 m_inclusionPatterns = std::forward<InclusionPatternsT>(value);
149 template <
typename InclusionPatternsT = Aws::Vector<Aws::String>>
154 template <
typename InclusionPatternsT = Aws::String>
156 m_inclusionPatternsHasBeenSet =
true;
157 m_inclusionPatterns.emplace_back(std::forward<InclusionPatternsT>(value));
172 template <
typename ExclusionPatternsT = Aws::Vector<Aws::String>>
174 m_exclusionPatternsHasBeenSet =
true;
175 m_exclusionPatterns = std::forward<ExclusionPatternsT>(value);
177 template <
typename ExclusionPatternsT = Aws::Vector<Aws::String>>
182 template <
typename ExclusionPatternsT = Aws::String>
184 m_exclusionPatternsHasBeenSet =
true;
185 m_exclusionPatterns.emplace_back(std::forward<ExclusionPatternsT>(value));
202 template <
typename FieldMappingsT = Aws::Vector<DataSourceToIndexFieldMapping>>
204 m_fieldMappingsHasBeenSet =
true;
205 m_fieldMappings = std::forward<FieldMappingsT>(value);
207 template <
typename FieldMappingsT = Aws::Vector<DataSourceToIndexFieldMapping>>
212 template <
typename FieldMappingsT = DataSourceToIndexFieldMapping>
214 m_fieldMappingsHasBeenSet =
true;
215 m_fieldMappings.emplace_back(std::forward<FieldMappingsT>(value));
221 bool m_fileSystemIdHasBeenSet =
false;
224 bool m_fileSystemTypeHasBeenSet =
false;
226 DataSourceVpcConfiguration m_vpcConfiguration;
227 bool m_vpcConfigurationHasBeenSet =
false;
230 bool m_secretArnHasBeenSet =
false;
233 bool m_inclusionPatternsHasBeenSet =
false;
236 bool m_exclusionPatternsHasBeenSet =
false;
239 bool m_fieldMappingsHasBeenSet =
false;
FsxFileSystemType GetFileSystemType() const
const Aws::Vector< Aws::String > & GetInclusionPatterns() const
void SetSecretArn(SecretArnT &&value)
void SetFileSystemType(FsxFileSystemType value)
bool FieldMappingsHasBeenSet() const
const Aws::String & GetSecretArn() const
const Aws::String & GetFileSystemId() const
bool VpcConfigurationHasBeenSet() const
FsxConfiguration & WithSecretArn(SecretArnT &&value)
bool InclusionPatternsHasBeenSet() const
FsxConfiguration & WithInclusionPatterns(InclusionPatternsT &&value)
const Aws::Vector< DataSourceToIndexFieldMapping > & GetFieldMappings() const
FsxConfiguration & WithExclusionPatterns(ExclusionPatternsT &&value)
AWS_KENDRA_API FsxConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
FsxConfiguration & WithFileSystemType(FsxFileSystemType value)
FsxConfiguration & AddFieldMappings(FieldMappingsT &&value)
bool SecretArnHasBeenSet() const
FsxConfiguration & AddExclusionPatterns(ExclusionPatternsT &&value)
AWS_KENDRA_API FsxConfiguration()=default
FsxConfiguration & WithVpcConfiguration(VpcConfigurationT &&value)
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
FsxConfiguration & AddInclusionPatterns(InclusionPatternsT &&value)
bool FileSystemTypeHasBeenSet() const
AWS_KENDRA_API FsxConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool FileSystemIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetExclusionPatterns() const
bool ExclusionPatternsHasBeenSet() const
const DataSourceVpcConfiguration & GetVpcConfiguration() const
FsxConfiguration & WithFileSystemId(FileSystemIdT &&value)
void SetFileSystemId(FileSystemIdT &&value)
void SetVpcConfiguration(VpcConfigurationT &&value)
void SetFieldMappings(FieldMappingsT &&value)
void SetInclusionPatterns(InclusionPatternsT &&value)
FsxConfiguration & WithFieldMappings(FieldMappingsT &&value)
void SetExclusionPatterns(ExclusionPatternsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue