@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JmxExporterInfo extends Object implements Serializable, Cloneable, StructuredPojo
Indicates whether you want to enable or disable 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 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)
Marshalls this structured data using the given
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.
|
JmxExporterInfo |
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 JmxExporterInfo 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 Object
Object.toString()
public JmxExporterInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.