Class PutImageRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe image manifest corresponding to the image to be uploaded.The AWS account ID associated with the registry that contains the repository in which to put the image.The name of the repository in which to put the image.inthashCode()voidsetImageManifest(String imageManifest) The image manifest corresponding to the image to be uploaded.voidsetRegistryId(String registryId) The AWS account ID associated with the registry that contains the repository in which to put the image.voidsetRepositoryName(String repositoryName) The name of the repository in which to put the image.toString()Returns a string representation of this object; useful for testing and debugging.withImageManifest(String imageManifest) The image manifest corresponding to the image to be uploaded.withRegistryId(String registryId) The AWS account ID associated with the registry that contains the repository in which to put the image.withRepositoryName(String repositoryName) The name of the repository in which to put the image.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
PutImageRequest
public PutImageRequest()
-
-
Method Details
-
setRegistryId
The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.
- Parameters:
registryId- The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.
-
getRegistryId
The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.
- Returns:
- The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.
-
withRegistryId
The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.
- Parameters:
registryId- The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRepositoryName
The name of the repository in which to put the image.
- Parameters:
repositoryName- The name of the repository in which to put the image.
-
getRepositoryName
The name of the repository in which to put the image.
- Returns:
- The name of the repository in which to put the image.
-
withRepositoryName
The name of the repository in which to put the image.
- Parameters:
repositoryName- The name of the repository in which to put the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setImageManifest
The image manifest corresponding to the image to be uploaded.
- Parameters:
imageManifest- The image manifest corresponding to the image to be uploaded.
-
getImageManifest
The image manifest corresponding to the image to be uploaded.
- Returns:
- The image manifest corresponding to the image to be uploaded.
-
withImageManifest
The image manifest corresponding to the image to be uploaded.
- Parameters:
imageManifest- The image manifest corresponding to the image to be uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-