@Generated(value="software.amazon.awssdk:codegen") public final class LogsSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LogsSummary.Builder,LogsSummary>
The list of information about logs currently enabled and pending to be deployed for the specified broker.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LogsSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
audit()
Enables audit logging.
|
String |
auditLogGroup()
The location of the CloudWatch Logs log group where audit logs are sent.
|
static LogsSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
general()
Enables general logging.
|
String |
generalLogGroup()
The location of the CloudWatch Logs log group where general logs are sent.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PendingLogs |
pending()
The list of information about logs pending to be deployed for the specified broker.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LogsSummary.Builder> |
serializableBuilderClass() |
LogsSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean audit()
Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.
public final String auditLogGroup()
The location of the CloudWatch Logs log group where audit logs are sent.
public final Boolean general()
Enables general logging.
public final String generalLogGroup()
The location of the CloudWatch Logs log group where general logs are sent.
public final PendingLogs pending()
The list of information about logs pending to be deployed for the specified broker.
public LogsSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LogsSummary.Builder,LogsSummary>public static LogsSummary.Builder builder()
public static Class<? extends LogsSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.