@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PendingLogs extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
PendingLogs() |
Modifier and Type | Method and Description |
---|---|
PendingLogs |
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; useful for testing and debugging.
|
PendingLogs |
withAudit(Boolean audit)
Enables audit logging.
|
PendingLogs |
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 PendingLogs 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 PendingLogs withGeneral(Boolean general)
general
- Enables general logging.public Boolean isGeneral()
public String toString()
toString
in class Object
Object.toString()
public PendingLogs clone()
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.