@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 Object
Object.toString()
public OpenMonitoringInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.