7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
62 template<
typename LocalMountPathT = Aws::String>
63 void SetLocalMountPath(LocalMountPathT&& value) { m_localMountPathHasBeenSet =
true; m_localMountPath = std::forward<LocalMountPathT>(value); }
64 template<
typename LocalMountPathT = Aws::String>
70 bool m_arnHasBeenSet =
false;
73 bool m_localMountPathHasBeenSet =
false;
void SetLocalMountPath(LocalMountPathT &&value)
AWS_LAMBDA_API FileSystemConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API FileSystemConfig()=default
AWS_LAMBDA_API FileSystemConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetLocalMountPath() const
FileSystemConfig & WithArn(ArnT &&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