public class AvailabilityOptionsStatus
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The status and configuration of the domain's availability options.
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
options
The availability options configured for the domain.
|
private OptionStatus |
status |
Constructor and Description |
---|
AvailabilityOptionsStatus() |
Modifier and Type | Method and Description |
---|---|
AvailabilityOptionsStatus |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getOptions()
The availability options configured for the domain.
|
OptionStatus |
getStatus() |
int |
hashCode() |
java.lang.Boolean |
isOptions()
The availability options configured for the domain.
|
void |
setOptions(java.lang.Boolean options)
The availability options configured for the domain.
|
void |
setStatus(OptionStatus status) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AvailabilityOptionsStatus |
withOptions(java.lang.Boolean options)
The availability options configured for the domain.
|
AvailabilityOptionsStatus |
withStatus(OptionStatus status) |
private java.lang.Boolean options
The availability options configured for the domain.
private OptionStatus status
public void setOptions(java.lang.Boolean options)
The availability options configured for the domain.
options
- The availability options configured for the domain.public java.lang.Boolean getOptions()
The availability options configured for the domain.
public AvailabilityOptionsStatus withOptions(java.lang.Boolean options)
The availability options configured for the domain.
options
- The availability options configured for the domain.public java.lang.Boolean isOptions()
The availability options configured for the domain.
public void setStatus(OptionStatus status)
status
- public OptionStatus getStatus()
public AvailabilityOptionsStatus withStatus(OptionStatus status)
status
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public AvailabilityOptionsStatus clone()
clone
in class java.lang.Object