@Generated(value="software.amazon.awssdk:codegen") public final class PutImageRequest extends EcrPublicRequest implements ToCopyableBuilder<PutImageRequest.Builder,PutImageRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutImageRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutImageRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageDigest()
The image digest of the image manifest corresponding to the image.
|
String |
imageManifest()
The image manifest corresponding to the image to be uploaded.
|
String |
imageManifestMediaType()
The media type of the image manifest.
|
String |
imageTag()
The tag to associate with the image.
|
String |
registryId()
The AWS account ID associated with the public registry that contains the repository in which to put the image.
|
String |
repositoryName()
The name of the repository in which to put the image.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutImageRequest.Builder> |
serializableBuilderClass() |
PutImageRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String registryId()
The AWS account ID associated with the public registry that contains the repository in which to put the image. If you do not specify a registry, the default public registry is assumed.
public String repositoryName()
The name of the repository in which to put the image.
public String imageManifest()
The image manifest corresponding to the image to be uploaded.
public String imageManifestMediaType()
The media type of the image manifest. If you push an image manifest that does not contain the
mediaType field, you must specify the imageManifestMediaType in the request.
mediaType field, you must specify the imageManifestMediaType in the request.public String imageTag()
The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or Open Container Initiative (OCI) formats.
public String imageDigest()
The image digest of the image manifest corresponding to the image.
public PutImageRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutImageRequest.Builder,PutImageRequest>toBuilder in class EcrPublicRequestpublic static PutImageRequest.Builder builder()
public static Class<? extends PutImageRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.