@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetContentVersionValue extends Object implements Serializable, Cloneable, StructuredPojo
The dataset whose latest contents are used as input to the notebook or application.
Constructor and Description |
---|
DatasetContentVersionValue() |
Modifier and Type | Method and Description |
---|---|
DatasetContentVersionValue |
clone() |
boolean |
equals(Object obj) |
String |
getDatasetName()
The name of the dataset whose latest contents are used as input to the notebook or application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDatasetName(String datasetName)
The name of the dataset whose latest contents are used as input to the notebook or application.
|
String |
toString()
Returns a string representation of this object.
|
DatasetContentVersionValue |
withDatasetName(String datasetName)
The name of the dataset whose latest contents are used as input to the notebook or application.
|
public void setDatasetName(String datasetName)
The name of the dataset whose latest contents are used as input to the notebook or application.
datasetName
- The name of the dataset whose latest contents are used as input to the notebook or application.public String getDatasetName()
The name of the dataset whose latest contents are used as input to the notebook or application.
public DatasetContentVersionValue withDatasetName(String datasetName)
The name of the dataset whose latest contents are used as input to the notebook or application.
datasetName
- The name of the dataset whose latest contents are used as input to the notebook or application.public String toString()
toString
in class Object
Object.toString()
public DatasetContentVersionValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.