Class GetRepositoryResult
java.lang.Object
com.amazonaws.services.codecommit.model.GetRepositoryResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a get repository operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the repository.int
hashCode()
void
setRepositoryMetadata
(RepositoryMetadata repositoryMetadata) Information about the repository.toString()
Returns a string representation of this object; useful for testing and debugging.withRepositoryMetadata
(RepositoryMetadata repositoryMetadata) Information about the repository.
-
Constructor Details
-
GetRepositoryResult
public GetRepositoryResult()
-
-
Method Details
-
setRepositoryMetadata
Information about the repository.
- Parameters:
repositoryMetadata
- Information about the repository.
-
getRepositoryMetadata
Information about the repository.
- Returns:
- Information about the repository.
-
withRepositoryMetadata
Information about the repository.
- Parameters:
repositoryMetadata
- Information about the 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
-