7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lightsail/Lightsail_EXPORTS.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename PathT = Aws::String>
60 m_pathHasBeenSet =
true;
61 m_path = std::forward<PathT>(value);
63 template <
typename PathT = Aws::String>
65 SetPath(std::forward<PathT>(value));
77 m_sizeInGbHasBeenSet =
true;
94 m_isSystemDiskHasBeenSet =
true;
95 m_isSystemDisk = value;
109 bool m_isSystemDisk{
false};
110 bool m_nameHasBeenSet =
false;
111 bool m_pathHasBeenSet =
false;
112 bool m_sizeInGbHasBeenSet =
false;
113 bool m_isSystemDiskHasBeenSet =
false;
const Aws::String & GetPath() const
void SetIsSystemDisk(bool value)
AWS_LIGHTSAIL_API DiskInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GetIsSystemDisk() const
AWS_LIGHTSAIL_API DiskInfo()=default
bool PathHasBeenSet() const
AWS_LIGHTSAIL_API DiskInfo(Aws::Utils::Json::JsonView jsonValue)
bool SizeInGbHasBeenSet() const
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPath(PathT &&value)
DiskInfo & WithName(NameT &&value)
DiskInfo & WithPath(PathT &&value)
bool NameHasBeenSet() const
DiskInfo & WithIsSystemDisk(bool value)
const Aws::String & GetName() const
void SetSizeInGb(int value)
DiskInfo & WithSizeInGb(int value)
void SetName(NameT &&value)
bool IsSystemDiskHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue