@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRepositoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteRepositoryResult() |
Modifier and Type | Method and Description |
---|---|
DeleteRepositoryResult |
clone() |
boolean |
equals(Object obj) |
RepositoryDescription |
getRepository()
Information about the deleted repository after processing the request.
|
int |
hashCode() |
void |
setRepository(RepositoryDescription repository)
Information about the deleted repository after processing the request.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRepositoryResult |
withRepository(RepositoryDescription repository)
Information about the deleted repository after processing the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRepository(RepositoryDescription repository)
Information about the deleted repository after processing the request.
repository
- Information about the deleted repository after processing the request.public RepositoryDescription getRepository()
Information about the deleted repository after processing the request.
public DeleteRepositoryResult withRepository(RepositoryDescription repository)
Information about the deleted repository after processing the request.
repository
- Information about the deleted repository after processing the request.public String toString()
toString
in class Object
Object.toString()
public DeleteRepositoryResult clone()