@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) |
Repository |
getRepository()
The deleted repository link's detail data that's returned by Proton.
|
int |
hashCode() |
void |
setRepository(Repository repository)
The deleted repository link's detail data that's returned by Proton.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRepositoryResult |
withRepository(Repository repository)
The deleted repository link's detail data that's returned by Proton.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRepository(Repository repository)
The deleted repository link's detail data that's returned by Proton.
repository - The deleted repository link's detail data that's returned by Proton.public Repository getRepository()
The deleted repository link's detail data that's returned by Proton.
public DeleteRepositoryResult withRepository(Repository repository)
The deleted repository link's detail data that's returned by Proton.
repository - The deleted repository link's detail data that's returned by Proton.public String toString()
toString in class ObjectObject.toString()public DeleteRepositoryResult clone()