@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRepositoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a delete repository operation.
Constructor and Description |
---|
DeleteRepositoryResult() |
Modifier and Type | Method and Description |
---|---|
DeleteRepositoryResult |
clone() |
boolean |
equals(Object obj) |
String |
getRepositoryId()
The ID of the repository that was deleted.
|
int |
hashCode() |
void |
setRepositoryId(String repositoryId)
The ID of the repository that was deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteRepositoryResult |
withRepositoryId(String repositoryId)
The ID of the repository that was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRepositoryId(String repositoryId)
The ID of the repository that was deleted.
repositoryId
- The ID of the repository that was deleted.public String getRepositoryId()
The ID of the repository that was deleted.
public DeleteRepositoryResult withRepositoryId(String repositoryId)
The ID of the repository that was deleted.
repositoryId
- The ID of the repository that was deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteRepositoryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.