Class Logs
- java.lang.Object
-
- software.amazon.awssdk.services.mq.model.Logs
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Logs.Builder,Logs>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLogs.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanaudit()Enables audit logging.static Logs.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Booleangeneral()Enables general logging.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Logs.Builder>serializableBuilderClass()Logs.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
audit
public 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.
- Returns:
- Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers.
-
general
public final Boolean general()
Enables general logging.
- Returns:
- Enables general logging.
-
toBuilder
public Logs.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Logs.Builder,Logs>
-
builder
public static Logs.Builder builder()
-
serializableBuilderClass
public static Class<? extends Logs.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-