@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JmxExporterInfo extends Object implements Serializable, Cloneable, StructuredPojo
Indicates whether you want to turn on or turn off the JMX Exporter.
| Constructor and Description |
|---|
JmxExporterInfo() |
| Modifier and Type | Method and Description |
|---|---|
JmxExporterInfo |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabledInBroker()
Indicates whether you want to turn on or turn off the JMX Exporter.
|
int |
hashCode() |
Boolean |
isEnabledInBroker()
Indicates whether you want to turn on or turn off the JMX Exporter.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEnabledInBroker(Boolean enabledInBroker)
Indicates whether you want to turn on or turn off the JMX Exporter.
|
String |
toString()
Returns a string representation of this object.
|
JmxExporterInfo |
withEnabledInBroker(Boolean enabledInBroker)
Indicates whether you want to turn on or turn off the JMX Exporter.
|
public void setEnabledInBroker(Boolean enabledInBroker)
Indicates whether you want to turn on or turn off the JMX Exporter.
enabledInBroker - Indicates whether you want to turn on or turn off the JMX Exporter.
public Boolean getEnabledInBroker()
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 withEnabledInBroker(Boolean enabledInBroker)
Indicates whether you want to turn on or turn off the JMX Exporter.
enabledInBroker - Indicates whether you want to turn on or turn off the JMX Exporter.
public Boolean isEnabledInBroker()
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 String toString()
toString in class ObjectObject.toString()public JmxExporterInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.