Class CreateRepositoryResult
java.lang.Object
com.amazonaws.services.codecommit.model.CreateRepositoryResult
- All Implemented Interfaces:
Serializable, Cloneable
Represents the output of a create repository operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanInformation about the newly created repository.inthashCode()voidsetRepositoryMetadata(RepositoryMetadata repositoryMetadata) Information about the newly created repository.toString()Returns a string representation of this object; useful for testing and debugging.withRepositoryMetadata(RepositoryMetadata repositoryMetadata) Information about the newly created repository.
-
Constructor Details
-
CreateRepositoryResult
public CreateRepositoryResult()
-
-
Method Details
-
setRepositoryMetadata
Information about the newly created repository.
- Parameters:
repositoryMetadata- Information about the newly created repository.
-
getRepositoryMetadata
Information about the newly created repository.
- Returns:
- Information about the newly created repository.
-
withRepositoryMetadata
Information about the newly created repository.
- Parameters:
repositoryMetadata- Information about the newly created repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-