@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 Object
Object.toString()
public OpenMonitoring 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.