@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Configuration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration.
| Constructor and Description | 
|---|
| Configuration() | 
| Modifier and Type | Method and Description | 
|---|---|
| Configuration | clone() | 
| boolean | equals(Object obj) | 
| Boolean | getEnabled()
 True to enable the configuration. | 
| int | hashCode() | 
| Boolean | isEnabled()
 True to enable the configuration. | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setEnabled(Boolean enabled)
 True to enable the configuration. | 
| String | toString()Returns a string representation of this object. | 
| Configuration | withEnabled(Boolean enabled)
 True to enable the configuration. | 
public void setEnabled(Boolean enabled)
True to enable the configuration.
enabled - True to enable the configuration.public Boolean getEnabled()
True to enable the configuration.
public Configuration withEnabled(Boolean enabled)
True to enable the configuration.
enabled - True to enable the configuration.public Boolean isEnabled()
True to enable the configuration.
public String toString()
toString in class ObjectObject.toString()public Configuration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.