@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)Marshalls this structured data using the given  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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.