@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 domain. Currently, the following advanced options are available:
false when configuring access
to individual sub-resources. By default, the value is true. See Advanced cluster parameters for more information.For more information, see Advanced cluster parameters.
| Constructor and Description |
|---|
AdvancedOptionsStatus() |
| Modifier and Type | Method and Description |
|---|---|
AdvancedOptionsStatus |
addOptionsEntry(String key,
String value)
Add a single Options entry
|
AdvancedOptionsStatus |
clearOptionsEntries()
Removes all the entries added into Options.
|
AdvancedOptionsStatus |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getOptions()
The status of advanced options for the specified domain.
|
OptionStatus |
getStatus()
The
OptionStatus for advanced options for the specified domain. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOptions(Map<String,String> options)
The status of advanced options for the specified domain.
|
void |
setStatus(OptionStatus status)
The
OptionStatus for advanced options for the specified domain. |
String |
toString()
Returns a string representation of this object.
|
AdvancedOptionsStatus |
withOptions(Map<String,String> options)
The status of advanced options for the specified domain.
|
AdvancedOptionsStatus |
withStatus(OptionStatus status)
The
OptionStatus for advanced options for the specified domain. |
public Map<String,String> getOptions()
The status of advanced options for the specified domain.
public void setOptions(Map<String,String> options)
The status of advanced options for the specified domain.
options - The status of advanced options for the specified domain.public AdvancedOptionsStatus withOptions(Map<String,String> options)
The status of advanced options for the specified domain.
options - The status of advanced options for the specified domain.public AdvancedOptionsStatus addOptionsEntry(String key, String value)
public AdvancedOptionsStatus clearOptionsEntries()
public void setStatus(OptionStatus status)
The OptionStatus for advanced options for the specified domain.
status - The OptionStatus for advanced options for the specified domain.public OptionStatus getStatus()
The OptionStatus for advanced options for the specified domain.
OptionStatus for advanced options for the specified domain.public AdvancedOptionsStatus withStatus(OptionStatus status)
The OptionStatus for advanced options for the specified domain.
status - The OptionStatus for advanced options for the specified domain.public String toString()
toString in class ObjectObject.toString()public AdvancedOptionsStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.