@Generated(value="software.amazon.awssdk:codegen") public final class Logs extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Logs.Builder,Logs>
The list of information about logs to be enabled for the specified broker.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Logs.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
audit()
Enables audit logging.
|
static Logs.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
general()
Enables general logging.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Logs.Builder> |
serializableBuilderClass() |
Logs.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. Does not apply to RabbitMQ brokers.
public final Boolean general()
Enables general logging.
public Logs.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Logs.Builder,Logs>public static Logs.Builder builder()
public static Class<? extends Logs.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.