7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/FileSystemType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
72 template<
typename LocationT = Aws::String>
73 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
74 template<
typename LocationT = Aws::String>
84 template<
typename MountPo
intT = Aws::String>
85 void SetMountPoint(MountPointT&& value) { m_mountPointHasBeenSet =
true; m_mountPoint = std::forward<MountPointT>(value); }
86 template<
typename MountPo
intT = Aws::String>
101 template<
typename IdentifierT = Aws::String>
102 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
103 template<
typename IdentifierT = Aws::String>
118 template<
typename MountOptionsT = Aws::String>
119 void SetMountOptions(MountOptionsT&& value) { m_mountOptionsHasBeenSet =
true; m_mountOptions = std::forward<MountOptionsT>(value); }
120 template<
typename MountOptionsT = Aws::String>
126 bool m_typeHasBeenSet =
false;
129 bool m_locationHasBeenSet =
false;
132 bool m_mountPointHasBeenSet =
false;
135 bool m_identifierHasBeenSet =
false;
138 bool m_mountOptionsHasBeenSet =
false;
bool MountOptionsHasBeenSet() const
void SetType(FileSystemType value)
ProjectFileSystemLocation & WithMountOptions(MountOptionsT &&value)
const Aws::String & GetMountPoint() const
bool MountPointHasBeenSet() const
bool TypeHasBeenSet() const
FileSystemType GetType() const
bool LocationHasBeenSet() const
ProjectFileSystemLocation & WithIdentifier(IdentifierT &&value)
ProjectFileSystemLocation & WithLocation(LocationT &&value)
void SetMountPoint(MountPointT &&value)
void SetLocation(LocationT &&value)
ProjectFileSystemLocation & WithMountPoint(MountPointT &&value)
const Aws::String & GetMountOptions() const
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetLocation() const
AWS_CODEBUILD_API ProjectFileSystemLocation(Aws::Utils::Json::JsonView jsonValue)
ProjectFileSystemLocation & WithType(FileSystemType value)
AWS_CODEBUILD_API ProjectFileSystemLocation()=default
bool IdentifierHasBeenSet() const
const Aws::String & GetIdentifier() const
AWS_CODEBUILD_API ProjectFileSystemLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMountOptions(MountOptionsT &&value)
void SetIdentifier(IdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue