@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeprecationRequestDetails extends Object implements Serializable, Cloneable, StructuredPojo
Extra details specific to a deprecation type notification.
Constructor and Description |
---|
DeprecationRequestDetails() |
Modifier and Type | Method and Description |
---|---|
DeprecationRequestDetails |
clone() |
boolean |
equals(Object obj) |
Date |
getDeprecationAt()
A datetime in the future when the data set will be deprecated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDeprecationAt(Date deprecationAt)
A datetime in the future when the data set will be deprecated.
|
String |
toString()
Returns a string representation of this object.
|
DeprecationRequestDetails |
withDeprecationAt(Date deprecationAt)
A datetime in the future when the data set will be deprecated.
|
public void setDeprecationAt(Date deprecationAt)
A datetime in the future when the data set will be deprecated.
deprecationAt
- A datetime in the future when the data set will be deprecated.public Date getDeprecationAt()
A datetime in the future when the data set will be deprecated.
public DeprecationRequestDetails withDeprecationAt(Date deprecationAt)
A datetime in the future when the data set will be deprecated.
deprecationAt
- A datetime in the future when the data set will be deprecated.public String toString()
toString
in class Object
Object.toString()
public DeprecationRequestDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.