Package com.amazonaws.services.ecr.model
Class CreateRepositoryResult
java.lang.Object
com.amazonaws.services.ecr.model.CreateRepositoryResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setRepository
(Repository repository) toString()
Returns a string representation of this object; useful for testing and debugging.withRepository
(Repository repository)
-
Constructor Details
-
CreateRepositoryResult
public CreateRepositoryResult()
-
-
Method Details
-
setRepository
- Parameters:
repository
-
-
getRepository
- Returns:
-
withRepository
- Parameters:
repository
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-