public class Configuration
extends java.lang.Object
implements java.io.Serializable
Configuration.
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getEnabled()
True to enable the configuration.
|
int |
hashCode() |
java.lang.Boolean |
isEnabled()
True to enable the configuration.
|
void |
setEnabled(java.lang.Boolean enabled)
True to enable the configuration.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Configuration |
withEnabled(java.lang.Boolean enabled)
True to enable the configuration.
|
public java.lang.Boolean isEnabled()
True to enable the configuration.
True to enable the configuration.
public java.lang.Boolean getEnabled()
True to enable the configuration.
True to enable the configuration.
public void setEnabled(java.lang.Boolean enabled)
True to enable the configuration.
enabled
- True to enable the configuration.
public Configuration withEnabled(java.lang.Boolean enabled)
True to enable the configuration.
Returns a reference to this object so that method calls can be chained together.
enabled
- True to enable the configuration.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.