7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lightsail/Lightsail_EXPORTS.h>
10#include <aws/lightsail/model/DiskInfo.h>
43 template <
typename FromBundleIdT = Aws::String>
45 m_fromBundleIdHasBeenSet =
true;
46 m_fromBundleId = std::forward<FromBundleIdT>(value);
48 template <
typename FromBundleIdT = Aws::String>
62 template <
typename FromBluepr
intIdT = Aws::String>
64 m_fromBlueprintIdHasBeenSet =
true;
65 m_fromBlueprintId = std::forward<FromBlueprintIdT>(value);
67 template <
typename FromBluepr
intIdT = Aws::String>
81 template <
typename FromDiskInfoT = Aws::Vector<DiskInfo>>
83 m_fromDiskInfoHasBeenSet =
true;
84 m_fromDiskInfo = std::forward<FromDiskInfoT>(value);
86 template <
typename FromDiskInfoT = Aws::Vector<DiskInfo>>
91 template <
typename FromDiskInfoT = DiskInfo>
93 m_fromDiskInfoHasBeenSet =
true;
94 m_fromDiskInfo.emplace_back(std::forward<FromDiskInfoT>(value));
104 bool m_fromBundleIdHasBeenSet =
false;
105 bool m_fromBlueprintIdHasBeenSet =
false;
106 bool m_fromDiskInfoHasBeenSet =
false;
AWS_LIGHTSAIL_API InstanceSnapshotInfo()=default
const Aws::Vector< DiskInfo > & GetFromDiskInfo() const
void SetFromBundleId(FromBundleIdT &&value)
bool FromBundleIdHasBeenSet() const
InstanceSnapshotInfo & WithFromBundleId(FromBundleIdT &&value)
const Aws::String & GetFromBundleId() const
InstanceSnapshotInfo & WithFromBlueprintId(FromBlueprintIdT &&value)
AWS_LIGHTSAIL_API InstanceSnapshotInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
InstanceSnapshotInfo & AddFromDiskInfo(FromDiskInfoT &&value)
bool FromDiskInfoHasBeenSet() const
bool FromBlueprintIdHasBeenSet() const
void SetFromBlueprintId(FromBlueprintIdT &&value)
const Aws::String & GetFromBlueprintId() const
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LIGHTSAIL_API InstanceSnapshotInfo(Aws::Utils::Json::JsonView jsonValue)
void SetFromDiskInfo(FromDiskInfoT &&value)
InstanceSnapshotInfo & WithFromDiskInfo(FromDiskInfoT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue