* The repository name associated with the request. *
*/ private String repositoryName; private ImageIdentifier imageId; /** ** The replication status details for the images in the specified repository. *
*/ private java.util.List* The repository name associated with the request. *
* * @param repositoryName * The repository name associated with the request. */ public void setRepositoryName(String repositoryName) { this.repositoryName = repositoryName; } /** ** The repository name associated with the request. *
* * @return The repository name associated with the request. */ public String getRepositoryName() { return this.repositoryName; } /** ** The repository name associated with the request. *
* * @param repositoryName * The repository name associated with the request. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeImageReplicationStatusResult withRepositoryName(String repositoryName) { setRepositoryName(repositoryName); return this; } /** * @param imageId */ public void setImageId(ImageIdentifier imageId) { this.imageId = imageId; } /** * @return */ public ImageIdentifier getImageId() { return this.imageId; } /** * @param imageId * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeImageReplicationStatusResult withImageId(ImageIdentifier imageId) { setImageId(imageId); return this; } /** ** The replication status details for the images in the specified repository. *
* * @return The replication status details for the images in the specified repository. */ public java.util.List* The replication status details for the images in the specified repository. *
* * @param replicationStatuses * The replication status details for the images in the specified repository. */ public void setReplicationStatuses(java.util.Collection* The replication status details for the images in the specified repository. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setReplicationStatuses(java.util.Collection)} or {@link #withReplicationStatuses(java.util.Collection)} * if you want to override the existing values. *
* * @param replicationStatuses * The replication status details for the images in the specified repository. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeImageReplicationStatusResult withReplicationStatuses(ImageReplicationStatus... replicationStatuses) { if (this.replicationStatuses == null) { setReplicationStatuses(new java.util.ArrayList* The replication status details for the images in the specified repository. *
* * @param replicationStatuses * The replication status details for the images in the specified repository. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeImageReplicationStatusResult withReplicationStatuses(java.util.Collection