@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CodeRepository extends Object implements Serializable, Cloneable, StructuredPojo
Describes a source code repository.
Constructor and Description |
---|
CodeRepository() |
Modifier and Type | Method and Description |
---|---|
CodeRepository |
clone() |
boolean |
equals(Object obj) |
CodeConfiguration |
getCodeConfiguration()
Configuration for building and running the service from a source code repository.
|
String |
getRepositoryUrl()
The location of the repository that contains the source code.
|
SourceCodeVersion |
getSourceCodeVersion()
The version that should be used within the source code repository.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCodeConfiguration(CodeConfiguration codeConfiguration)
Configuration for building and running the service from a source code repository.
|
void |
setRepositoryUrl(String repositoryUrl)
The location of the repository that contains the source code.
|
void |
setSourceCodeVersion(SourceCodeVersion sourceCodeVersion)
The version that should be used within the source code repository.
|
String |
toString()
Returns a string representation of this object.
|
CodeRepository |
withCodeConfiguration(CodeConfiguration codeConfiguration)
Configuration for building and running the service from a source code repository.
|
CodeRepository |
withRepositoryUrl(String repositoryUrl)
The location of the repository that contains the source code.
|
CodeRepository |
withSourceCodeVersion(SourceCodeVersion sourceCodeVersion)
The version that should be used within the source code repository.
|
public void setRepositoryUrl(String repositoryUrl)
The location of the repository that contains the source code.
repositoryUrl
- The location of the repository that contains the source code.public String getRepositoryUrl()
The location of the repository that contains the source code.
public CodeRepository withRepositoryUrl(String repositoryUrl)
The location of the repository that contains the source code.
repositoryUrl
- The location of the repository that contains the source code.public void setSourceCodeVersion(SourceCodeVersion sourceCodeVersion)
The version that should be used within the source code repository.
sourceCodeVersion
- The version that should be used within the source code repository.public SourceCodeVersion getSourceCodeVersion()
The version that should be used within the source code repository.
public CodeRepository withSourceCodeVersion(SourceCodeVersion sourceCodeVersion)
The version that should be used within the source code repository.
sourceCodeVersion
- The version that should be used within the source code repository.public void setCodeConfiguration(CodeConfiguration codeConfiguration)
Configuration for building and running the service from a source code repository.
codeConfiguration
- Configuration for building and running the service from a source code repository.public CodeConfiguration getCodeConfiguration()
Configuration for building and running the service from a source code repository.
public CodeRepository withCodeConfiguration(CodeConfiguration codeConfiguration)
Configuration for building and running the service from a source code repository.
codeConfiguration
- Configuration for building and running the service from a source code repository.public String toString()
toString
in class Object
Object.toString()
public CodeRepository clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.