@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataUpdateRequestDetails extends Object implements Serializable, Cloneable, StructuredPojo
Extra details specific to a data update type notification.
| Constructor and Description |
|---|
DataUpdateRequestDetails() |
| Modifier and Type | Method and Description |
|---|---|
DataUpdateRequestDetails |
clone() |
boolean |
equals(Object obj) |
Date |
getDataUpdatedAt()
A datetime in the past when the data was updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDataUpdatedAt(Date dataUpdatedAt)
A datetime in the past when the data was updated.
|
String |
toString()
Returns a string representation of this object.
|
DataUpdateRequestDetails |
withDataUpdatedAt(Date dataUpdatedAt)
A datetime in the past when the data was updated.
|
public void setDataUpdatedAt(Date dataUpdatedAt)
A datetime in the past when the data was updated. This typically means that the underlying resource supporting the data set was updated.
dataUpdatedAt - A datetime in the past when the data was updated. This typically means that the underlying resource
supporting the data set was updated.public Date getDataUpdatedAt()
A datetime in the past when the data was updated. This typically means that the underlying resource supporting the data set was updated.
public DataUpdateRequestDetails withDataUpdatedAt(Date dataUpdatedAt)
A datetime in the past when the data was updated. This typically means that the underlying resource supporting the data set was updated.
dataUpdatedAt - A datetime in the past when the data was updated. This typically means that the underlying resource
supporting the data set was updated.public String toString()
toString in class ObjectObject.toString()public DataUpdateRequestDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.