@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HubContentDependency extends Object implements Serializable, Cloneable, StructuredPojo
Any dependencies related to hub content, such as scripts, model artifacts, datasets, or notebooks.
Constructor and Description |
---|
HubContentDependency() |
Modifier and Type | Method and Description |
---|---|
HubContentDependency |
clone() |
boolean |
equals(Object obj) |
String |
getDependencyCopyPath()
The hub content dependency copy path.
|
String |
getDependencyOriginPath()
The hub content dependency origin path.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDependencyCopyPath(String dependencyCopyPath)
The hub content dependency copy path.
|
void |
setDependencyOriginPath(String dependencyOriginPath)
The hub content dependency origin path.
|
String |
toString()
Returns a string representation of this object.
|
HubContentDependency |
withDependencyCopyPath(String dependencyCopyPath)
The hub content dependency copy path.
|
HubContentDependency |
withDependencyOriginPath(String dependencyOriginPath)
The hub content dependency origin path.
|
public void setDependencyOriginPath(String dependencyOriginPath)
The hub content dependency origin path.
dependencyOriginPath
- The hub content dependency origin path.public String getDependencyOriginPath()
The hub content dependency origin path.
public HubContentDependency withDependencyOriginPath(String dependencyOriginPath)
The hub content dependency origin path.
dependencyOriginPath
- The hub content dependency origin path.public void setDependencyCopyPath(String dependencyCopyPath)
The hub content dependency copy path.
dependencyCopyPath
- The hub content dependency copy path.public String getDependencyCopyPath()
The hub content dependency copy path.
public HubContentDependency withDependencyCopyPath(String dependencyCopyPath)
The hub content dependency copy path.
dependencyCopyPath
- The hub content dependency copy path.public String toString()
toString
in class Object
Object.toString()
public HubContentDependency clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.