@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Repository extends Object implements Serializable, Cloneable, StructuredPojo
Information about a repository.
| Constructor and Description |
|---|
Repository() |
| Modifier and Type | Method and Description |
|---|---|
Repository |
clone() |
boolean |
equals(Object obj) |
ThirdPartySourceRepository |
getBitbucket()
Information about a Bitbucket Cloud repository.
|
CodeCommitRepository |
getCodeCommit()
Information about an AWS CodeCommit repository.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBitbucket(ThirdPartySourceRepository bitbucket)
Information about a Bitbucket Cloud repository.
|
void |
setCodeCommit(CodeCommitRepository codeCommit)
Information about an AWS CodeCommit repository.
|
String |
toString()
Returns a string representation of this object.
|
Repository |
withBitbucket(ThirdPartySourceRepository bitbucket)
Information about a Bitbucket Cloud repository.
|
Repository |
withCodeCommit(CodeCommitRepository codeCommit)
Information about an AWS CodeCommit repository.
|
public void setCodeCommit(CodeCommitRepository codeCommit)
Information about an AWS CodeCommit repository.
codeCommit - Information about an AWS CodeCommit repository.public CodeCommitRepository getCodeCommit()
Information about an AWS CodeCommit repository.
public Repository withCodeCommit(CodeCommitRepository codeCommit)
Information about an AWS CodeCommit repository.
codeCommit - Information about an AWS CodeCommit repository.public void setBitbucket(ThirdPartySourceRepository bitbucket)
Information about a Bitbucket Cloud repository.
bitbucket - Information about a Bitbucket Cloud repository.public ThirdPartySourceRepository getBitbucket()
Information about a Bitbucket Cloud repository.
public Repository withBitbucket(ThirdPartySourceRepository bitbucket)
Information about a Bitbucket Cloud repository.
bitbucket - Information about a Bitbucket Cloud repository.public String toString()
toString in class ObjectObject.toString()public Repository clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.