@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetEntry extends Object implements Serializable, Cloneable, StructuredPojo
The reference to a dataset entry.
Constructor and Description |
---|
DatasetEntry() |
Modifier and Type | Method and Description |
---|---|
DatasetEntry |
clone() |
boolean |
equals(Object obj) |
String |
getDataURI()
The presigned URI of the dataset item.
|
String |
getEntryName()
The name of the dataset item.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataURI(String dataURI)
The presigned URI of the dataset item.
|
void |
setEntryName(String entryName)
The name of the dataset item.
|
String |
toString()
Returns a string representation of this object.
|
DatasetEntry |
withDataURI(String dataURI)
The presigned URI of the dataset item.
|
DatasetEntry |
withEntryName(String entryName)
The name of the dataset item.
|
public void setEntryName(String entryName)
The name of the dataset item.
entryName
- The name of the dataset item.public String getEntryName()
The name of the dataset item.
public DatasetEntry withEntryName(String entryName)
The name of the dataset item.
entryName
- The name of the dataset item.public void setDataURI(String dataURI)
The presigned URI of the dataset item.
dataURI
- The presigned URI of the dataset item.public String getDataURI()
The presigned URI of the dataset item.
public DatasetEntry withDataURI(String dataURI)
The presigned URI of the dataset item.
dataURI
- The presigned URI of the dataset item.public String toString()
toString
in class Object
Object.toString()
public DatasetEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.