@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutImageTagMutabilityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
PutImageTagMutabilityResult() |
| Modifier and Type | Method and Description |
|---|---|
PutImageTagMutabilityResult |
clone() |
boolean |
equals(Object obj) |
String |
getImageTagMutability()
The image tag mutability setting for the repository.
|
String |
getRegistryId()
The registry ID associated with the request.
|
String |
getRepositoryName()
The repository name associated with the request.
|
int |
hashCode() |
void |
setImageTagMutability(String imageTagMutability)
The image tag mutability setting for the repository.
|
void |
setRegistryId(String registryId)
The registry ID associated with the request.
|
void |
setRepositoryName(String repositoryName)
The repository name associated with the request.
|
String |
toString()
Returns a string representation of this object.
|
PutImageTagMutabilityResult |
withImageTagMutability(ImageTagMutability imageTagMutability)
The image tag mutability setting for the repository.
|
PutImageTagMutabilityResult |
withImageTagMutability(String imageTagMutability)
The image tag mutability setting for the repository.
|
PutImageTagMutabilityResult |
withRegistryId(String registryId)
The registry ID associated with the request.
|
PutImageTagMutabilityResult |
withRepositoryName(String repositoryName)
The repository name associated with the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRegistryId(String registryId)
The registry ID associated with the request.
registryId - The registry ID associated with the request.public String getRegistryId()
The registry ID associated with the request.
public PutImageTagMutabilityResult withRegistryId(String registryId)
The registry ID associated with the request.
registryId - The registry ID associated with the request.public void setRepositoryName(String repositoryName)
The repository name associated with the request.
repositoryName - The repository name associated with the request.public String getRepositoryName()
The repository name associated with the request.
public PutImageTagMutabilityResult withRepositoryName(String repositoryName)
The repository name associated with the request.
repositoryName - The repository name associated with the request.public void setImageTagMutability(String imageTagMutability)
The image tag mutability setting for the repository.
imageTagMutability - The image tag mutability setting for the repository.ImageTagMutabilitypublic String getImageTagMutability()
The image tag mutability setting for the repository.
ImageTagMutabilitypublic PutImageTagMutabilityResult withImageTagMutability(String imageTagMutability)
The image tag mutability setting for the repository.
imageTagMutability - The image tag mutability setting for the repository.ImageTagMutabilitypublic PutImageTagMutabilityResult withImageTagMutability(ImageTagMutability imageTagMutability)
The image tag mutability setting for the repository.
imageTagMutability - The image tag mutability setting for the repository.ImageTagMutabilitypublic String toString()
toString in class ObjectObject.toString()public PutImageTagMutabilityResult clone()
Copyright © 2024. All rights reserved.