public class DeleteRepositoryResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a delete repository operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
repositoryId
The ID of the repository that was deleted.
|
Constructor and Description |
---|
DeleteRepositoryResult() |
Modifier and Type | Method and Description |
---|---|
DeleteRepositoryResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getRepositoryId()
The ID of the repository that was deleted.
|
int |
hashCode() |
void |
setRepositoryId(java.lang.String repositoryId)
The ID of the repository that was deleted.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteRepositoryResult |
withRepositoryId(java.lang.String repositoryId)
The ID of the repository that was deleted.
|
private java.lang.String repositoryId
The ID of the repository that was deleted.
public void setRepositoryId(java.lang.String repositoryId)
The ID of the repository that was deleted.
repositoryId
- The ID of the repository that was deleted.public java.lang.String getRepositoryId()
The ID of the repository that was deleted.
public DeleteRepositoryResult withRepositoryId(java.lang.String repositoryId)
The ID of the repository that was deleted.
repositoryId
- The ID of the repository that was deleted.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteRepositoryResult clone()
clone
in class java.lang.Object