@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeImageReplicationStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DescribeImageReplicationStatusResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeImageReplicationStatusResult | clone() | 
| boolean | equals(Object obj) | 
| ImageIdentifier | getImageId() | 
| List<ImageReplicationStatus> | getReplicationStatuses()
 The replication status details for the images in the specified repository. | 
| String | getRepositoryName()
 The repository name associated with the request. | 
| int | hashCode() | 
| void | setImageId(ImageIdentifier imageId) | 
| void | setReplicationStatuses(Collection<ImageReplicationStatus> replicationStatuses)
 The replication status details for the images in the specified repository. | 
| void | setRepositoryName(String repositoryName)
 The repository name associated with the request. | 
| String | toString()Returns a string representation of this object. | 
| DescribeImageReplicationStatusResult | withImageId(ImageIdentifier imageId) | 
| DescribeImageReplicationStatusResult | withReplicationStatuses(Collection<ImageReplicationStatus> replicationStatuses)
 The replication status details for the images in the specified repository. | 
| DescribeImageReplicationStatusResult | withReplicationStatuses(ImageReplicationStatus... replicationStatuses)
 The replication status details for the images in the specified repository. | 
| DescribeImageReplicationStatusResult | withRepositoryName(String repositoryName)
 The repository name associated with the request. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeImageReplicationStatusResult()
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 DescribeImageReplicationStatusResult withRepositoryName(String repositoryName)
The repository name associated with the request.
repositoryName - The repository name associated with the request.public void setImageId(ImageIdentifier imageId)
imageId - public ImageIdentifier getImageId()
public DescribeImageReplicationStatusResult withImageId(ImageIdentifier imageId)
imageId - public List<ImageReplicationStatus> getReplicationStatuses()
The replication status details for the images in the specified repository.
public void setReplicationStatuses(Collection<ImageReplicationStatus> replicationStatuses)
The replication status details for the images in the specified repository.
replicationStatuses - The replication status details for the images in the specified repository.public DescribeImageReplicationStatusResult withReplicationStatuses(ImageReplicationStatus... replicationStatuses)
The replication status details for the images in the specified repository.
 NOTE: This method appends the values to the existing list (if any). Use
 setReplicationStatuses(java.util.Collection) or withReplicationStatuses(java.util.Collection)
 if you want to override the existing values.
 
replicationStatuses - The replication status details for the images in the specified repository.public DescribeImageReplicationStatusResult withReplicationStatuses(Collection<ImageReplicationStatus> replicationStatuses)
The replication status details for the images in the specified repository.
replicationStatuses - The replication status details for the images in the specified repository.public String toString()
toString in class ObjectObject.toString()public DescribeImageReplicationStatusResult clone()