7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lightsail/Lightsail_EXPORTS.h>
41 template <
typename PathT = Aws::String>
43 m_pathHasBeenSet =
true;
44 m_path = std::forward<PathT>(value);
46 template <
typename PathT = Aws::String>
48 SetPath(std::forward<PathT>(value));
60 m_sizeInGbHasBeenSet =
true;
72 bool m_pathHasBeenSet =
false;
73 bool m_sizeInGbHasBeenSet =
false;
bool PathHasBeenSet() const
const Aws::String & GetPath() const
AWS_LIGHTSAIL_API AttachedDisk & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LIGHTSAIL_API AttachedDisk()=default
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSizeInGb(int value)
AttachedDisk & WithSizeInGb(int value)
bool SizeInGbHasBeenSet() const
AttachedDisk & WithPath(PathT &&value)
AWS_LIGHTSAIL_API AttachedDisk(Aws::Utils::Json::JsonView jsonValue)
void SetPath(PathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue