AvailabilityOptionsStatus instead.@Deprecated public class AvailabilityOptionsStatus extends Object implements Serializable
The status and configuration of the domain's availability options.
| Constructor and Description |
|---|
AvailabilityOptionsStatus()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
Boolean |
getOptions()
Deprecated.
The availability options configured for the domain.
|
OptionStatus |
getStatus()
Deprecated.
The status of an option, including when it was last updated and
whether it is actively in use for searches.
|
int |
hashCode()
Deprecated.
|
Boolean |
isOptions()
Deprecated.
The availability options configured for the domain.
|
void |
setOptions(Boolean options)
Deprecated.
The availability options configured for the domain.
|
void |
setStatus(OptionStatus status)
Deprecated.
The status of an option, including when it was last updated and
whether it is actively in use for searches.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
AvailabilityOptionsStatus |
withOptions(Boolean options)
Deprecated.
The availability options configured for the domain.
|
AvailabilityOptionsStatus |
withStatus(OptionStatus status)
Deprecated.
The status of an option, including when it was last updated and
whether it is actively in use for searches.
|
public Boolean isOptions()
public void setOptions(Boolean options)
options - The availability options configured for the domain.public AvailabilityOptionsStatus withOptions(Boolean options)
Returns a reference to this object so that method calls can be chained together.
options - The availability options configured for the domain.public Boolean getOptions()
public OptionStatus getStatus()
public void setStatus(OptionStatus status)
status - The status of an option, including when it was last updated and
whether it is actively in use for searches.public AvailabilityOptionsStatus withStatus(OptionStatus status)
Returns a reference to this object so that method calls can be chained together.
status - The status of an option, including when it was last updated and
whether it is actively in use for searches.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.