@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary of the data.
Constructor and Description |
---|
DataSummary() |
Modifier and Type | Method and Description |
---|---|
DataSummary |
clone() |
boolean |
equals(Object obj) |
DataDetails |
getDetails()
Details about the data.
|
DataReference |
getReference()
Reference information about the content.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDetails(DataDetails details)
Details about the data.
|
void |
setReference(DataReference reference)
Reference information about the content.
|
String |
toString()
Returns a string representation of this object.
|
DataSummary |
withDetails(DataDetails details)
Details about the data.
|
DataSummary |
withReference(DataReference reference)
Reference information about the content.
|
public void setDetails(DataDetails details)
Details about the data.
details
- Details about the data.public DataDetails getDetails()
Details about the data.
public DataSummary withDetails(DataDetails details)
Details about the data.
details
- Details about the data.public void setReference(DataReference reference)
Reference information about the content.
reference
- Reference information about the content.public DataReference getReference()
Reference information about the content.
public DataSummary withReference(DataReference reference)
Reference information about the content.
reference
- Reference information about the content.public String toString()
toString
in class Object
Object.toString()
public DataSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.