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