Class AvailabilityOptionsStatus
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.AvailabilityOptionsStatus
- All Implemented Interfaces:
Serializable
,Cloneable
The status and configuration of the domain's availability options.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The availability options configured for the domain.int
hashCode()
The availability options configured for the domain.void
setOptions
(Boolean options) The availability options configured for the domain.void
setStatus
(OptionStatus status) toString()
Returns a string representation of this object; useful for testing and debugging.withOptions
(Boolean options) The availability options configured for the domain.withStatus
(OptionStatus status)
-
Constructor Details
-
AvailabilityOptionsStatus
public AvailabilityOptionsStatus()
-
-
Method Details
-
setOptions
The availability options configured for the domain.
- Parameters:
options
- The availability options configured for the domain.
-
getOptions
The availability options configured for the domain.
- Returns:
- The availability options configured for the domain.
-
withOptions
The availability options configured for the domain.
- Parameters:
options
- The availability options configured for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isOptions
The availability options configured for the domain.
- Returns:
- The availability options configured for the domain.
-
setStatus
- Parameters:
status
-
-
getStatus
- Returns:
-
withStatus
- Parameters:
status
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-