7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lambda/Lambda_EXPORTS.h>
9#include <aws/lambda/model/S3FilesConfig.h>
46 template <
typename ArnT = Aws::String>
48 m_arnHasBeenSet =
true;
49 m_arn = std::forward<ArnT>(value);
51 template <
typename ArnT = Aws::String>
53 SetArn(std::forward<ArnT>(value));
65 template <
typename LocalMountPathT = Aws::String>
67 m_localMountPathHasBeenSet =
true;
68 m_localMountPath = std::forward<LocalMountPathT>(value);
70 template <
typename LocalMountPathT = Aws::String>
87 template <
typename S3FilesConfigT = S3FilesConfig>
89 m_s3FilesConfigHasBeenSet =
true;
90 m_s3FilesConfig = std::forward<S3FilesConfigT>(value);
92 template <
typename S3FilesConfigT = S3FilesConfig>
104 bool m_arnHasBeenSet =
false;
105 bool m_localMountPathHasBeenSet =
false;
106 bool m_s3FilesConfigHasBeenSet =
false;
void SetLocalMountPath(LocalMountPathT &&value)
AWS_LAMBDA_API FileSystemConfig(Aws::Utils::Json::JsonView jsonValue)
bool S3FilesConfigHasBeenSet() const
AWS_LAMBDA_API FileSystemConfig()=default
void SetS3FilesConfig(S3FilesConfigT &&value)
AWS_LAMBDA_API FileSystemConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
const S3FilesConfig & GetS3FilesConfig() const
const Aws::String & GetLocalMountPath() const
FileSystemConfig & WithArn(ArnT &&value)
FileSystemConfig & WithS3FilesConfig(S3FilesConfigT &&value)
bool ArnHasBeenSet() const
bool LocalMountPathHasBeenSet() const
const Aws::String & GetArn() const
FileSystemConfig & WithLocalMountPath(LocalMountPathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue