@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CodeRepository extends Object implements Serializable, Cloneable, StructuredPojo
A Git repository that SageMaker automatically displays to users for cloning in the JupyterServer application.
| Constructor and Description |
|---|
CodeRepository() |
| Modifier and Type | Method and Description |
|---|---|
CodeRepository |
clone() |
boolean |
equals(Object obj) |
String |
getRepositoryUrl()
The URL of the Git repository.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRepositoryUrl(String repositoryUrl)
The URL of the Git repository.
|
String |
toString()
Returns a string representation of this object.
|
CodeRepository |
withRepositoryUrl(String repositoryUrl)
The URL of the Git repository.
|
public void setRepositoryUrl(String repositoryUrl)
The URL of the Git repository.
repositoryUrl - The URL of the Git repository.public String getRepositoryUrl()
The URL of the Git repository.
public CodeRepository withRepositoryUrl(String repositoryUrl)
The URL of the Git repository.
repositoryUrl - The URL of the Git repository.public String toString()
toString in class ObjectObject.toString()public CodeRepository clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.