7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename PathT = Aws::String>
48 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
49 template<
typename PathT = Aws::String>
59 inline void SetSizeInGb(
int value) { m_sizeInGbHasBeenSet =
true; m_sizeInGb = value; }
65 bool m_pathHasBeenSet =
false;
68 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