@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) |
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 Object
Object.toString()
public Configuration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.