@Generated(value="software.amazon.awssdk:codegen") public final class JmxExporter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JmxExporter.Builder,JmxExporter>
Indicates whether you want to turn on or turn off the JMX Exporter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JmxExporter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JmxExporter.Builder |
builder() |
Boolean |
enabledInBroker()
Indicates whether you want to turn on or turn off the JMX Exporter.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends JmxExporter.Builder> |
serializableBuilderClass() |
JmxExporter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enabledInBroker()
Indicates whether you want to turn on or turn off the JMX Exporter.
Indicates whether you want to turn on or turn off the JMX Exporter.
public JmxExporter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JmxExporter.Builder,JmxExporter>public static JmxExporter.Builder builder()
public static Class<? extends JmxExporter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.