7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/FileSystemType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
76 inline void SetLocation(
const char* value) { m_locationHasBeenSet =
true; m_location.assign(value); }
90 inline void SetMountPoint(
const char* value) { m_mountPointHasBeenSet =
true; m_mountPoint.assign(value); }
109 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
128 inline void SetMountOptions(
const char* value) { m_mountOptionsHasBeenSet =
true; m_mountOptions.assign(value); }
136 bool m_typeHasBeenSet =
false;
139 bool m_locationHasBeenSet =
false;
142 bool m_mountPointHasBeenSet =
false;
145 bool m_identifierHasBeenSet =
false;
148 bool m_mountOptionsHasBeenSet =
false;
bool MountOptionsHasBeenSet() const
ProjectFileSystemLocation & WithMountPoint(Aws::String &&value)
ProjectFileSystemLocation & WithLocation(const Aws::String &value)
void SetIdentifier(const char *value)
ProjectFileSystemLocation & WithMountOptions(Aws::String &&value)
const Aws::String & GetMountPoint() const
bool MountPointHasBeenSet() const
void SetType(const FileSystemType &value)
ProjectFileSystemLocation & WithLocation(const char *value)
bool TypeHasBeenSet() const
ProjectFileSystemLocation & WithMountOptions(const Aws::String &value)
void SetMountOptions(const Aws::String &value)
ProjectFileSystemLocation & WithType(const FileSystemType &value)
ProjectFileSystemLocation & WithIdentifier(Aws::String &&value)
void SetLocation(const char *value)
bool LocationHasBeenSet() const
ProjectFileSystemLocation & WithIdentifier(const Aws::String &value)
AWS_CODEBUILD_API ProjectFileSystemLocation()
ProjectFileSystemLocation & WithLocation(Aws::String &&value)
void SetIdentifier(Aws::String &&value)
void SetIdentifier(const Aws::String &value)
const Aws::String & GetMountOptions() const
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetLocation() const
ProjectFileSystemLocation & WithType(FileSystemType &&value)
AWS_CODEBUILD_API ProjectFileSystemLocation(Aws::Utils::Json::JsonView jsonValue)
void SetMountOptions(Aws::String &&value)
void SetMountOptions(const char *value)
ProjectFileSystemLocation & WithMountOptions(const char *value)
const FileSystemType & GetType() const
void SetMountPoint(Aws::String &&value)
bool IdentifierHasBeenSet() const
const Aws::String & GetIdentifier() const
AWS_CODEBUILD_API ProjectFileSystemLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
ProjectFileSystemLocation & WithIdentifier(const char *value)
void SetMountPoint(const char *value)
void SetLocation(const Aws::String &value)
ProjectFileSystemLocation & WithMountPoint(const char *value)
void SetLocation(Aws::String &&value)
ProjectFileSystemLocation & WithMountPoint(const Aws::String &value)
void SetType(FileSystemType &&value)
void SetMountPoint(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue