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