@Generated(value="software.amazon.awssdk:codegen") public final class JmxExporterInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JmxExporterInfo.Builder,JmxExporterInfo>
Indicates whether you want to turn on or turn off the JMX Exporter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JmxExporterInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JmxExporterInfo.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 JmxExporterInfo.Builder> |
serializableBuilderClass() |
JmxExporterInfo.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 JmxExporterInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JmxExporterInfo.Builder,JmxExporterInfo>public static JmxExporterInfo.Builder builder()
public static Class<? extends JmxExporterInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.