Package com.amazonaws.services.ecr.model
Class DeleteRepositoryResult
- java.lang.Object
-
- com.amazonaws.services.ecr.model.DeleteRepositoryResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class DeleteRepositoryResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteRepositoryResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteRepositoryResult
clone()
boolean
equals(Object obj)
Repository
getRepository()
int
hashCode()
void
setRepository(Repository repository)
String
toString()
Returns a string representation of this object; useful for testing and debugging.DeleteRepositoryResult
withRepository(Repository repository)
-
-
-
Method Detail
-
setRepository
public void setRepository(Repository repository)
- Parameters:
repository
-
-
getRepository
public Repository getRepository()
- Returns:
-
withRepository
public DeleteRepositoryResult withRepository(Repository repository)
- Parameters:
repository
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DeleteRepositoryResult clone()
-
-