@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 pre-signed 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 pre-signed 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; useful for testing and debugging.
|
DatasetEntry |
withDataURI(String dataURI)
The pre-signed 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 pre-signed URI of the data set item.
dataURI - The pre-signed URI of the data set item.public String getDataURI()
The pre-signed URI of the data set item.
public DatasetEntry withDataURI(String dataURI)
The pre-signed URI of the data set item.
dataURI - The pre-signed URI of the data set item.public String toString()
toString in class ObjectObject.toString()public DatasetEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.