@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) |
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 ObjectObject.toString()public DeprecationRequestDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.