@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainEndpointOptionsStatus extends Object implements Serializable, Cloneable, StructuredPojo
The configured endpoint options for a domain and their current status.
| Constructor and Description |
|---|
DomainEndpointOptionsStatus() |
| Modifier and Type | Method and Description |
|---|---|
DomainEndpointOptionsStatus |
clone() |
boolean |
equals(Object obj) |
DomainEndpointOptions |
getOptions()
Options to configure the endpoint for a domain.
|
OptionStatus |
getStatus()
The status of the endpoint options for a domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOptions(DomainEndpointOptions options)
Options to configure the endpoint for a domain.
|
void |
setStatus(OptionStatus status)
The status of the endpoint options for a domain.
|
String |
toString()
Returns a string representation of this object.
|
DomainEndpointOptionsStatus |
withOptions(DomainEndpointOptions options)
Options to configure the endpoint for a domain.
|
DomainEndpointOptionsStatus |
withStatus(OptionStatus status)
The status of the endpoint options for a domain.
|
public void setOptions(DomainEndpointOptions options)
Options to configure the endpoint for a domain.
options - Options to configure the endpoint for a domain.public DomainEndpointOptions getOptions()
Options to configure the endpoint for a domain.
public DomainEndpointOptionsStatus withOptions(DomainEndpointOptions options)
Options to configure the endpoint for a domain.
options - Options to configure the endpoint for a domain.public void setStatus(OptionStatus status)
The status of the endpoint options for a domain.
status - The status of the endpoint options for a domain.public OptionStatus getStatus()
The status of the endpoint options for a domain.
public DomainEndpointOptionsStatus withStatus(OptionStatus status)
The status of the endpoint options for a domain.
status - The status of the endpoint options for a domain.public String toString()
toString in class ObjectObject.toString()public DomainEndpointOptionsStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.