Class DeleteRepositoryResult
java.lang.Object
com.amazonaws.services.codecommit.model.DeleteRepositoryResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a delete repository operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ID of the repository that was deleted.int
hashCode()
void
setRepositoryId
(String repositoryId) The ID of the repository that was deleted.toString()
Returns a string representation of this object; useful for testing and debugging.withRepositoryId
(String repositoryId) The ID of the repository that was deleted.
-
Constructor Details
-
DeleteRepositoryResult
public DeleteRepositoryResult()
-
-
Method Details
-
setRepositoryId
The ID of the repository that was deleted.
- Parameters:
repositoryId
- The ID of the repository that was deleted.
-
getRepositoryId
The ID of the repository that was deleted.
- Returns:
- The ID of the repository that was deleted.
-
withRepositoryId
The ID of the repository that was deleted.
- Parameters:
repositoryId
- The ID of the repository that was deleted.- 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
-