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