@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainEndpointOptionsStatus extends Object implements Serializable, Cloneable, StructuredPojo
The configured endpoint options for the 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 endpoint for the Elasticsearch domain.
|
OptionStatus |
getStatus()
The status of the endpoint options for the Elasticsearch domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOptions(DomainEndpointOptions options)
Options to configure endpoint for the Elasticsearch domain.
|
void |
setStatus(OptionStatus status)
The status of the endpoint options for the Elasticsearch domain.
|
String |
toString()
Returns a string representation of this object.
|
DomainEndpointOptionsStatus |
withOptions(DomainEndpointOptions options)
Options to configure endpoint for the Elasticsearch domain.
|
DomainEndpointOptionsStatus |
withStatus(OptionStatus status)
The status of the endpoint options for the Elasticsearch domain.
|
public void setOptions(DomainEndpointOptions options)
Options to configure endpoint for the Elasticsearch domain.
options
- Options to configure endpoint for the Elasticsearch domain.public DomainEndpointOptions getOptions()
Options to configure endpoint for the Elasticsearch domain.
public DomainEndpointOptionsStatus withOptions(DomainEndpointOptions options)
Options to configure endpoint for the Elasticsearch domain.
options
- Options to configure endpoint for the Elasticsearch domain.public void setStatus(OptionStatus status)
The status of the endpoint options for the Elasticsearch domain. See OptionStatus
for the status
information that's included.
status
- The status of the endpoint options for the Elasticsearch domain. See OptionStatus
for the
status information that's included.public OptionStatus getStatus()
The status of the endpoint options for the Elasticsearch domain. See OptionStatus
for the status
information that's included.
OptionStatus
for the
status information that's included.public DomainEndpointOptionsStatus withStatus(OptionStatus status)
The status of the endpoint options for the Elasticsearch domain. See OptionStatus
for the status
information that's included.
status
- The status of the endpoint options for the Elasticsearch domain. See OptionStatus
for the
status information that's included.public String toString()
toString
in class Object
Object.toString()
public DomainEndpointOptionsStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.