@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LogsSummary extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
LogsSummary() |
| Modifier and Type | Method and Description |
|---|---|
LogsSummary |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAudit()
Enables audit logging.
|
String |
getAuditLogGroup()
Location of CloudWatch Log group where audit logs will be sent.
|
Boolean |
getGeneral()
Enables general logging.
|
String |
getGeneralLogGroup()
Location of CloudWatch Log group where general logs will be sent.
|
PendingLogs |
getPending()
The list of information about logs pending to be deployed for the specified broker.
|
int |
hashCode() |
Boolean |
isAudit()
Enables audit logging.
|
Boolean |
isGeneral()
Enables general logging.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAudit(Boolean audit)
Enables audit logging.
|
void |
setAuditLogGroup(String auditLogGroup)
Location of CloudWatch Log group where audit logs will be sent.
|
void |
setGeneral(Boolean general)
Enables general logging.
|
void |
setGeneralLogGroup(String generalLogGroup)
Location of CloudWatch Log group where general logs will be sent.
|
void |
setPending(PendingLogs pending)
The list of information about logs pending to be deployed for the specified broker.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
LogsSummary |
withAudit(Boolean audit)
Enables audit logging.
|
LogsSummary |
withAuditLogGroup(String auditLogGroup)
Location of CloudWatch Log group where audit logs will be sent.
|
LogsSummary |
withGeneral(Boolean general)
Enables general logging.
|
LogsSummary |
withGeneralLogGroup(String generalLogGroup)
Location of CloudWatch Log group where general logs will be sent.
|
LogsSummary |
withPending(PendingLogs pending)
The list of information about logs pending to be deployed for the specified broker.
|
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 LogsSummary 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 setAuditLogGroup(String auditLogGroup)
auditLogGroup - Location of CloudWatch Log group where audit logs will be sent.public String getAuditLogGroup()
public LogsSummary withAuditLogGroup(String auditLogGroup)
auditLogGroup - Location of CloudWatch Log group where audit logs will be sent.public void setGeneral(Boolean general)
general - Enables general logging.public Boolean getGeneral()
public LogsSummary withGeneral(Boolean general)
general - Enables general logging.public Boolean isGeneral()
public void setGeneralLogGroup(String generalLogGroup)
generalLogGroup - Location of CloudWatch Log group where general logs will be sent.public String getGeneralLogGroup()
public LogsSummary withGeneralLogGroup(String generalLogGroup)
generalLogGroup - Location of CloudWatch Log group where general logs will be sent.public void setPending(PendingLogs pending)
pending - The list of information about logs pending to be deployed for the specified broker.public PendingLogs getPending()
public LogsSummary withPending(PendingLogs pending)
pending - The list of information about logs pending to be deployed for the specified broker.public String toString()
toString in class ObjectObject.toString()public LogsSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.