@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdvancedOptionsStatus extends Object implements Serializable, Cloneable, StructuredPojo
Status of the advanced options for the specified Elasticsearch domain. Currently, the following advanced options are available:
false
when configuring access
to individual sub-resources. By default, the value is true
. See Configuration Advanced Options for more information.For more information, see Configuring Advanced Options.
Constructor and Description |
---|
AdvancedOptionsStatus() |
Modifier and Type | Method and Description |
---|---|
AdvancedOptionsStatus |
addOptionsEntry(String key,
String value) |
AdvancedOptionsStatus |
clearOptionsEntries()
Removes all the entries added into Options.
|
AdvancedOptionsStatus |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getOptions()
Specifies the status of advanced options for the specified Elasticsearch domain.
|
OptionStatus |
getStatus()
Specifies the status of
OptionStatus for advanced options for the specified Elasticsearch domain. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOptions(Map<String,String> options)
Specifies the status of advanced options for the specified Elasticsearch domain.
|
void |
setStatus(OptionStatus status)
Specifies the status of
OptionStatus for advanced options for the specified Elasticsearch domain. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AdvancedOptionsStatus |
withOptions(Map<String,String> options)
Specifies the status of advanced options for the specified Elasticsearch domain.
|
AdvancedOptionsStatus |
withStatus(OptionStatus status)
Specifies the status of
OptionStatus for advanced options for the specified Elasticsearch domain. |
public Map<String,String> getOptions()
Specifies the status of advanced options for the specified Elasticsearch domain.
public void setOptions(Map<String,String> options)
Specifies the status of advanced options for the specified Elasticsearch domain.
options
- Specifies the status of advanced options for the specified Elasticsearch domain.public AdvancedOptionsStatus withOptions(Map<String,String> options)
Specifies the status of advanced options for the specified Elasticsearch domain.
options
- Specifies the status of advanced options for the specified Elasticsearch domain.public AdvancedOptionsStatus addOptionsEntry(String key, String value)
public AdvancedOptionsStatus clearOptionsEntries()
public void setStatus(OptionStatus status)
Specifies the status of OptionStatus
for advanced options for the specified Elasticsearch domain.
status
- Specifies the status of OptionStatus
for advanced options for the specified Elasticsearch
domain.public OptionStatus getStatus()
Specifies the status of OptionStatus
for advanced options for the specified Elasticsearch domain.
OptionStatus
for advanced options for the specified Elasticsearch
domain.public AdvancedOptionsStatus withStatus(OptionStatus status)
Specifies the status of OptionStatus
for advanced options for the specified Elasticsearch domain.
status
- Specifies the status of OptionStatus
for advanced options for the specified Elasticsearch
domain.public String toString()
toString
in class Object
Object.toString()
public AdvancedOptionsStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.