@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdvancedSecurityOptionsStatus extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the status of advanced security options for the specified Elasticsearch domain.
Constructor and Description |
---|
AdvancedSecurityOptionsStatus() |
Modifier and Type | Method and Description |
---|---|
AdvancedSecurityOptionsStatus |
clone() |
boolean |
equals(Object obj) |
AdvancedSecurityOptions |
getOptions()
Specifies advanced security options for the specified Elasticsearch domain.
|
OptionStatus |
getStatus()
Status of the advanced security options for the specified Elasticsearch domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOptions(AdvancedSecurityOptions options)
Specifies advanced security options for the specified Elasticsearch domain.
|
void |
setStatus(OptionStatus status)
Status of the advanced security options for the specified Elasticsearch domain.
|
String |
toString()
Returns a string representation of this object.
|
AdvancedSecurityOptionsStatus |
withOptions(AdvancedSecurityOptions options)
Specifies advanced security options for the specified Elasticsearch domain.
|
AdvancedSecurityOptionsStatus |
withStatus(OptionStatus status)
Status of the advanced security options for the specified Elasticsearch domain.
|
public void setOptions(AdvancedSecurityOptions options)
Specifies advanced security options for the specified Elasticsearch domain.
options
- Specifies advanced security options for the specified Elasticsearch domain.public AdvancedSecurityOptions getOptions()
Specifies advanced security options for the specified Elasticsearch domain.
public AdvancedSecurityOptionsStatus withOptions(AdvancedSecurityOptions options)
Specifies advanced security options for the specified Elasticsearch domain.
options
- Specifies advanced security options for the specified Elasticsearch domain.public void setStatus(OptionStatus status)
Status of the advanced security options for the specified Elasticsearch domain.
status
- Status of the advanced security options for the specified Elasticsearch domain.public OptionStatus getStatus()
Status of the advanced security options for the specified Elasticsearch domain.
public AdvancedSecurityOptionsStatus withStatus(OptionStatus status)
Status of the advanced security options for the specified Elasticsearch domain.
status
- Status of the advanced security options for the specified Elasticsearch domain.public String toString()
toString
in class Object
Object.toString()
public AdvancedSecurityOptionsStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.