7#include <aws/ecr/ECR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ecr/model/ImageIdentifier.h>
50 inline void SetRegistryId(
const char* value) { m_registryIdHasBeenSet =
true; m_registryId.assign(value); }
64 inline void SetRepositoryName(
const char* value) { m_repositoryNameHasBeenSet =
true; m_repositoryName.assign(value); }
91 inline void SetImageManifest(
const char* value) { m_imageManifestHasBeenSet =
true; m_imageManifest.assign(value); }
105 inline void SetImageManifestMediaType(
const char* value) { m_imageManifestMediaTypeHasBeenSet =
true; m_imageManifestMediaType.assign(value); }
113 bool m_registryIdHasBeenSet =
false;
116 bool m_repositoryNameHasBeenSet =
false;
119 bool m_imageIdHasBeenSet =
false;
122 bool m_imageManifestHasBeenSet =
false;
125 bool m_imageManifestMediaTypeHasBeenSet =
false;
AWS_ECR_API Image & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRepositoryName() const
Image & WithImageId(const ImageIdentifier &value)
Image & WithImageManifest(const char *value)
const Aws::String & GetImageManifest() const
const ImageIdentifier & GetImageId() const
Image & WithRepositoryName(const Aws::String &value)
void SetImageManifest(Aws::String &&value)
const Aws::String & GetImageManifestMediaType() const
Image & WithImageId(ImageIdentifier &&value)
void SetImageManifest(const char *value)
void SetImageManifestMediaType(const Aws::String &value)
Image & WithRepositoryName(Aws::String &&value)
Image & WithRegistryId(Aws::String &&value)
Image & WithRegistryId(const char *value)
void SetRepositoryName(const Aws::String &value)
Image & WithImageManifestMediaType(const Aws::String &value)
AWS_ECR_API Aws::Utils::Json::JsonValue Jsonize() const
bool ImageManifestHasBeenSet() const
Image & WithImageManifestMediaType(const char *value)
void SetRegistryId(const Aws::String &value)
void SetRepositoryName(const char *value)
void SetImageManifest(const Aws::String &value)
bool ImageManifestMediaTypeHasBeenSet() const
void SetImageManifestMediaType(const char *value)
Image & WithRepositoryName(const char *value)
void SetImageId(ImageIdentifier &&value)
AWS_ECR_API Image(Aws::Utils::Json::JsonView jsonValue)
Image & WithRegistryId(const Aws::String &value)
Image & WithImageManifestMediaType(Aws::String &&value)
bool RegistryIdHasBeenSet() const
void SetImageManifestMediaType(Aws::String &&value)
void SetRegistryId(Aws::String &&value)
bool ImageIdHasBeenSet() const
Image & WithImageManifest(const Aws::String &value)
void SetImageId(const ImageIdentifier &value)
Image & WithImageManifest(Aws::String &&value)
void SetRegistryId(const char *value)
const Aws::String & GetRegistryId() const
void SetRepositoryName(Aws::String &&value)
bool RepositoryNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue