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