7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/FileSystemType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 m_typeHasBeenSet =
true;
72 template <
typename LocationT = Aws::String>
74 m_locationHasBeenSet =
true;
75 m_location = std::forward<LocationT>(value);
77 template <
typename LocationT = Aws::String>
90 template <
typename MountPo
intT = Aws::String>
92 m_mountPointHasBeenSet =
true;
93 m_mountPoint = std::forward<MountPointT>(value);
95 template <
typename MountPo
intT = Aws::String>
113 template <
typename IdentifierT = Aws::String>
115 m_identifierHasBeenSet =
true;
116 m_identifier = std::forward<IdentifierT>(value);
118 template <
typename IdentifierT = Aws::String>
136 template <
typename MountOptionsT = Aws::String>
138 m_mountOptionsHasBeenSet =
true;
139 m_mountOptions = std::forward<MountOptionsT>(value);
141 template <
typename MountOptionsT = Aws::String>
157 bool m_typeHasBeenSet =
false;
158 bool m_locationHasBeenSet =
false;
159 bool m_mountPointHasBeenSet =
false;
160 bool m_identifierHasBeenSet =
false;
161 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