@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Setting extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the configurable settings for a directory.
| Constructor and Description |
|---|
Setting() |
| Modifier and Type | Method and Description |
|---|---|
Setting |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the directory setting.
|
String |
getValue()
The value of the directory setting for which to retrieve information.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The name of the directory setting.
|
void |
setValue(String value)
The value of the directory setting for which to retrieve information.
|
String |
toString()
Returns a string representation of this object.
|
Setting |
withName(String name)
The name of the directory setting.
|
Setting |
withValue(String value)
The value of the directory setting for which to retrieve information.
|
public void setName(String name)
The name of the directory setting. For example:
TLS_1_0
name - The name of the directory setting. For example:
TLS_1_0
public String getName()
The name of the directory setting. For example:
TLS_1_0
TLS_1_0
public Setting withName(String name)
The name of the directory setting. For example:
TLS_1_0
name - The name of the directory setting. For example:
TLS_1_0
public void setValue(String value)
The value of the directory setting for which to retrieve information. For example, for TLS_1_0, the
valid values are: Enable and Disable.
value - The value of the directory setting for which to retrieve information. For example, for
TLS_1_0, the valid values are: Enable and Disable.public String getValue()
The value of the directory setting for which to retrieve information. For example, for TLS_1_0, the
valid values are: Enable and Disable.
TLS_1_0, the valid values are: Enable and Disable.public Setting withValue(String value)
The value of the directory setting for which to retrieve information. For example, for TLS_1_0, the
valid values are: Enable and Disable.
value - The value of the directory setting for which to retrieve information. For example, for
TLS_1_0, the valid values are: Enable and Disable.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.