@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainEndpointOptionsStatus extends Object implements Serializable, Cloneable
The configuration and status of the domain's endpoint options.
Constructor and Description |
---|
DomainEndpointOptionsStatus() |
Modifier and Type | Method and Description |
---|---|
DomainEndpointOptionsStatus |
clone() |
boolean |
equals(Object obj) |
DomainEndpointOptions |
getOptions()
The domain endpoint options configured for the domain.
|
OptionStatus |
getStatus()
The status of the configured domain endpoint options.
|
int |
hashCode() |
void |
setOptions(DomainEndpointOptions options)
The domain endpoint options configured for the domain.
|
void |
setStatus(OptionStatus status)
The status of the configured domain endpoint options.
|
String |
toString()
Returns a string representation of this object.
|
DomainEndpointOptionsStatus |
withOptions(DomainEndpointOptions options)
The domain endpoint options configured for the domain.
|
DomainEndpointOptionsStatus |
withStatus(OptionStatus status)
The status of the configured domain endpoint options.
|
public void setOptions(DomainEndpointOptions options)
The domain endpoint options configured for the domain.
options
- The domain endpoint options configured for the domain.public DomainEndpointOptions getOptions()
The domain endpoint options configured for the domain.
public DomainEndpointOptionsStatus withOptions(DomainEndpointOptions options)
The domain endpoint options configured for the domain.
options
- The domain endpoint options configured for the domain.public void setStatus(OptionStatus status)
The status of the configured domain endpoint options.
status
- The status of the configured domain endpoint options.public OptionStatus getStatus()
The status of the configured domain endpoint options.
public DomainEndpointOptionsStatus withStatus(OptionStatus status)
The status of the configured domain endpoint options.
status
- The status of the configured domain endpoint options.public String toString()
toString
in class Object
Object.toString()
public DomainEndpointOptionsStatus clone()