@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClusterConfigStatus extends Object implements Serializable, Cloneable, StructuredPojo
The cluster configuration status for a domain.
Constructor and Description |
---|
ClusterConfigStatus() |
Modifier and Type | Method and Description |
---|---|
ClusterConfigStatus |
clone() |
boolean |
equals(Object obj) |
ClusterConfig |
getOptions()
Cluster configuration options for the specified domain.
|
OptionStatus |
getStatus()
The status of cluster configuration options for the specified domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOptions(ClusterConfig options)
Cluster configuration options for the specified domain.
|
void |
setStatus(OptionStatus status)
The status of cluster configuration options for the specified domain.
|
String |
toString()
Returns a string representation of this object.
|
ClusterConfigStatus |
withOptions(ClusterConfig options)
Cluster configuration options for the specified domain.
|
ClusterConfigStatus |
withStatus(OptionStatus status)
The status of cluster configuration options for the specified domain.
|
public void setOptions(ClusterConfig options)
Cluster configuration options for the specified domain.
options
- Cluster configuration options for the specified domain.public ClusterConfig getOptions()
Cluster configuration options for the specified domain.
public ClusterConfigStatus withOptions(ClusterConfig options)
Cluster configuration options for the specified domain.
options
- Cluster configuration options for the specified domain.public void setStatus(OptionStatus status)
The status of cluster configuration options for the specified domain.
status
- The status of cluster configuration options for the specified domain.public OptionStatus getStatus()
The status of cluster configuration options for the specified domain.
public ClusterConfigStatus withStatus(OptionStatus status)
The status of cluster configuration options for the specified domain.
status
- The status of cluster configuration options for the specified domain.public String toString()
toString
in class Object
Object.toString()
public ClusterConfigStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.