@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OpenMonitoring extends Object implements Serializable, Cloneable, StructuredPojo
JMX and Node monitoring for the MSK cluster.
| Constructor and Description | 
|---|
| OpenMonitoring() | 
| Modifier and Type | Method and Description | 
|---|---|
| OpenMonitoring | clone() | 
| boolean | equals(Object obj) | 
| Prometheus | getPrometheus()
 Prometheus settings. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setPrometheus(Prometheus prometheus)
 Prometheus settings. | 
| String | toString()Returns a string representation of this object. | 
| OpenMonitoring | withPrometheus(Prometheus prometheus)
 Prometheus settings. | 
public void setPrometheus(Prometheus prometheus)
Prometheus settings.
prometheus - Prometheus settings.
public Prometheus getPrometheus()
Prometheus settings.
Prometheus settings.
public OpenMonitoring withPrometheus(Prometheus prometheus)
Prometheus settings.
prometheus - Prometheus settings.
public String toString()
toString in class ObjectObject.toString()public OpenMonitoring clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.