@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PtrUpdateStatus extends Object implements Serializable, Cloneable
The status of an updated pointer (PTR) record for an Elastic IP address.
Constructor and Description |
---|
PtrUpdateStatus() |
Modifier and Type | Method and Description |
---|---|
PtrUpdateStatus |
clone() |
boolean |
equals(Object obj) |
String |
getReason()
The reason for the PTR record update.
|
String |
getStatus()
The status of the PTR record update.
|
String |
getValue()
The value for the PTR record update.
|
int |
hashCode() |
void |
setReason(String reason)
The reason for the PTR record update.
|
void |
setStatus(String status)
The status of the PTR record update.
|
void |
setValue(String value)
The value for the PTR record update.
|
String |
toString()
Returns a string representation of this object.
|
PtrUpdateStatus |
withReason(String reason)
The reason for the PTR record update.
|
PtrUpdateStatus |
withStatus(String status)
The status of the PTR record update.
|
PtrUpdateStatus |
withValue(String value)
The value for the PTR record update.
|
public void setValue(String value)
The value for the PTR record update.
value
- The value for the PTR record update.public String getValue()
The value for the PTR record update.
public PtrUpdateStatus withValue(String value)
The value for the PTR record update.
value
- The value for the PTR record update.public void setStatus(String status)
The status of the PTR record update.
status
- The status of the PTR record update.public String getStatus()
The status of the PTR record update.
public PtrUpdateStatus withStatus(String status)
The status of the PTR record update.
status
- The status of the PTR record update.public void setReason(String reason)
The reason for the PTR record update.
reason
- The reason for the PTR record update.public String getReason()
The reason for the PTR record update.
public PtrUpdateStatus withReason(String reason)
The reason for the PTR record update.
reason
- The reason for the PTR record update.public String toString()
toString
in class Object
Object.toString()
public PtrUpdateStatus clone()