@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CodeCommitRepository extends Object implements Serializable, Cloneable, StructuredPojo
Information about an Amazon Web Services CodeCommit repository. The CodeCommit repository must be in the same Amazon Web Services Region and Amazon Web Services account where its CodeGuru Reviewer code reviews are configured.
Constructor and Description |
---|
CodeCommitRepository() |
Modifier and Type | Method and Description |
---|---|
CodeCommitRepository |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the Amazon Web Services CodeCommit repository.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the Amazon Web Services CodeCommit repository.
|
String |
toString()
Returns a string representation of this object.
|
CodeCommitRepository |
withName(String name)
The name of the Amazon Web Services CodeCommit repository.
|
public void setName(String name)
The name of the Amazon Web Services CodeCommit repository. For more information, see repositoryName in the Amazon Web Services CodeCommit API Reference.
name
- The name of the Amazon Web Services CodeCommit repository. For more information, see repositoryName in the Amazon Web Services CodeCommit API Reference.public String getName()
The name of the Amazon Web Services CodeCommit repository. For more information, see repositoryName in the Amazon Web Services CodeCommit API Reference.
public CodeCommitRepository withName(String name)
The name of the Amazon Web Services CodeCommit repository. For more information, see repositoryName in the Amazon Web Services CodeCommit API Reference.
name
- The name of the Amazon Web Services CodeCommit repository. For more information, see repositoryName in the Amazon Web Services CodeCommit API Reference.public String toString()
toString
in class Object
Object.toString()
public CodeCommitRepository clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.