7#include <aws/ecr-public/ECRPublic_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ImageDigestT = Aws::String>
48 void SetImageDigest(ImageDigestT&& value) { m_imageDigestHasBeenSet =
true; m_imageDigest = std::forward<ImageDigestT>(value); }
49 template<
typename ImageDigestT = Aws::String>
59 template<
typename ImageTagT = Aws::String>
60 void SetImageTag(ImageTagT&& value) { m_imageTagHasBeenSet =
true; m_imageTag = std::forward<ImageTagT>(value); }
61 template<
typename ImageTagT = Aws::String>
67 bool m_imageDigestHasBeenSet =
false;
70 bool m_imageTagHasBeenSet =
false;
AWS_ECRPUBLIC_API ImageIdentifier(Aws::Utils::Json::JsonView jsonValue)
ImageIdentifier & WithImageTag(ImageTagT &&value)
ImageIdentifier & WithImageDigest(ImageDigestT &&value)
const Aws::String & GetImageTag() const
bool ImageTagHasBeenSet() const
AWS_ECRPUBLIC_API ImageIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetImageDigest() const
AWS_ECRPUBLIC_API ImageIdentifier()=default
bool ImageDigestHasBeenSet() const
void SetImageTag(ImageTagT &&value)
void SetImageDigest(ImageDigestT &&value)
AWS_ECRPUBLIC_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue