@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Prometheus extends Object implements Serializable, Cloneable, StructuredPojo
Prometheus settings.
Constructor and Description |
---|
Prometheus() |
Modifier and Type | Method and Description |
---|---|
Prometheus |
clone() |
boolean |
equals(Object obj) |
JmxExporter |
getJmxExporter()
Indicates whether you want to enable or disable the JMX Exporter.
|
NodeExporter |
getNodeExporter()
Indicates whether you want to enable or disable the Node Exporter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setJmxExporter(JmxExporter jmxExporter)
Indicates whether you want to enable or disable the JMX Exporter.
|
void |
setNodeExporter(NodeExporter nodeExporter)
Indicates whether you want to enable or disable the Node Exporter.
|
String |
toString()
Returns a string representation of this object.
|
Prometheus |
withJmxExporter(JmxExporter jmxExporter)
Indicates whether you want to enable or disable the JMX Exporter.
|
Prometheus |
withNodeExporter(NodeExporter nodeExporter)
Indicates whether you want to enable or disable the Node Exporter.
|
public void setJmxExporter(JmxExporter jmxExporter)
Indicates whether you want to enable or disable the JMX Exporter.
jmxExporter
- Indicates whether you want to enable or disable the JMX Exporter.
public JmxExporter getJmxExporter()
Indicates whether you want to enable or disable the JMX Exporter.
Indicates whether you want to enable or disable the JMX Exporter.
public Prometheus withJmxExporter(JmxExporter jmxExporter)
Indicates whether you want to enable or disable the JMX Exporter.
jmxExporter
- Indicates whether you want to enable or disable the JMX Exporter.
public void setNodeExporter(NodeExporter nodeExporter)
Indicates whether you want to enable or disable the Node Exporter.
nodeExporter
- Indicates whether you want to enable or disable the Node Exporter.
public NodeExporter getNodeExporter()
Indicates whether you want to enable or disable the Node Exporter.
Indicates whether you want to enable or disable the Node Exporter.
public Prometheus withNodeExporter(NodeExporter nodeExporter)
Indicates whether you want to enable or disable the Node Exporter.
nodeExporter
- Indicates whether you want to enable or disable the Node Exporter.
public String toString()
toString
in class Object
Object.toString()
public Prometheus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.