7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecr/ECR_EXPORTS.h>
41 template <
typename ImageDigestT = Aws::String>
43 m_imageDigestHasBeenSet =
true;
44 m_imageDigest = std::forward<ImageDigestT>(value);
46 template <
typename ImageDigestT = Aws::String>
59 template <
typename ImageTagT = Aws::String>
61 m_imageTagHasBeenSet =
true;
62 m_imageTag = std::forward<ImageTagT>(value);
64 template <
typename ImageTagT = Aws::String>
74 bool m_imageDigestHasBeenSet =
false;
75 bool m_imageTagHasBeenSet =
false;
AWS_ECR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetImageTag(ImageTagT &&value)
AWS_ECR_API ImageIdentifier()=default
AWS_ECR_API ImageIdentifier(Aws::Utils::Json::JsonView jsonValue)
AWS_ECR_API ImageIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
ImageIdentifier & WithImageTag(ImageTagT &&value)
bool ImageTagHasBeenSet() const
void SetImageDigest(ImageDigestT &&value)
const Aws::String & GetImageDigest() const
bool ImageDigestHasBeenSet() const
const Aws::String & GetImageTag() const
ImageIdentifier & WithImageDigest(ImageDigestT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue