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