@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Logs extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Logs() |
Modifier and Type | Method and Description |
---|---|
Logs |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAudit()
Enables audit logging.
|
Boolean |
getGeneral()
Enables general logging.
|
int |
hashCode() |
Boolean |
isAudit()
Enables audit logging.
|
Boolean |
isGeneral()
Enables general logging.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAudit(Boolean audit)
Enables audit logging.
|
void |
setGeneral(Boolean general)
Enables general logging.
|
String |
toString()
Returns a string representation of this object.
|
Logs |
withAudit(Boolean audit)
Enables audit logging.
|
Logs |
withGeneral(Boolean general)
Enables general logging.
|
public void setAudit(Boolean audit)
audit
- Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.public Boolean getAudit()
public Logs withAudit(Boolean audit)
audit
- Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.public Boolean isAudit()
public void setGeneral(Boolean general)
general
- Enables general logging.public Boolean getGeneral()
public Logs withGeneral(Boolean general)
general
- Enables general logging.public Boolean isGeneral()
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.