7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lightsail/Lightsail_EXPORTS.h>
42 template <
typename ImageT = Aws::String>
44 m_imageHasBeenSet =
true;
45 m_image = std::forward<ImageT>(value);
47 template <
typename ImageT = Aws::String>
49 SetImage(std::forward<ImageT>(value));
60 template <
typename DigestT = Aws::String>
62 m_digestHasBeenSet =
true;
63 m_digest = std::forward<DigestT>(value);
65 template <
typename DigestT = Aws::String>
78 template <
typename CreatedAtT = Aws::Utils::DateTime>
80 m_createdAtHasBeenSet =
true;
81 m_createdAt = std::forward<CreatedAtT>(value);
83 template <
typename CreatedAtT = Aws::Utils::DateTime>
95 bool m_imageHasBeenSet =
false;
96 bool m_digestHasBeenSet =
false;
97 bool m_createdAtHasBeenSet =
false;
ContainerImage & WithImage(ImageT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_LIGHTSAIL_API ContainerImage(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetImage() const
void SetDigest(DigestT &&value)
AWS_LIGHTSAIL_API ContainerImage & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
bool DigestHasBeenSet() const
const Aws::String & GetDigest() const
AWS_LIGHTSAIL_API ContainerImage()=default
ContainerImage & WithCreatedAt(CreatedAtT &&value)
ContainerImage & WithDigest(DigestT &&value)
bool CreatedAtHasBeenSet() const
bool ImageHasBeenSet() const
void SetImage(ImageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue