@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Logs extends Object implements Serializable, Cloneable, StructuredPojo
The list of information about logs to be enabled for the specified broker.
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)
Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers.
audit
- Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.
Does not apply to RabbitMQ brokers.public Boolean getAudit()
Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers.
public Logs withAudit(Boolean audit)
Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers.
audit
- Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.
Does not apply to RabbitMQ brokers.public Boolean isAudit()
Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers.
public void setGeneral(Boolean general)
Enables general logging.
general
- Enables general logging.public Boolean getGeneral()
Enables general logging.
public Logs withGeneral(Boolean general)
Enables general logging.
general
- Enables general logging.public Boolean isGeneral()
Enables general logging.
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.