@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NodeExporterInfo extends Object implements Serializable, Cloneable, StructuredPojo
Indicates whether you want to turn on or turn off the Node Exporter.
| Constructor and Description |
|---|
NodeExporterInfo() |
| Modifier and Type | Method and Description |
|---|---|
NodeExporterInfo |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabledInBroker()
Indicates whether you want to turn on or turn off the Node Exporter.
|
int |
hashCode() |
Boolean |
isEnabledInBroker()
Indicates whether you want to turn on or turn off the Node Exporter.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEnabledInBroker(Boolean enabledInBroker)
Indicates whether you want to turn on or turn off the Node Exporter.
|
String |
toString()
Returns a string representation of this object.
|
NodeExporterInfo |
withEnabledInBroker(Boolean enabledInBroker)
Indicates whether you want to turn on or turn off the Node Exporter.
|
public void setEnabledInBroker(Boolean enabledInBroker)
Indicates whether you want to turn on or turn off the Node Exporter.
enabledInBroker - Indicates whether you want to turn on or turn off the Node Exporter.
public Boolean getEnabledInBroker()
Indicates whether you want to turn on or turn off the Node Exporter.
Indicates whether you want to turn on or turn off the Node Exporter.
public NodeExporterInfo withEnabledInBroker(Boolean enabledInBroker)
Indicates whether you want to turn on or turn off the Node Exporter.
enabledInBroker - Indicates whether you want to turn on or turn off the Node Exporter.
public Boolean isEnabledInBroker()
Indicates whether you want to turn on or turn off the Node Exporter.
Indicates whether you want to turn on or turn off the Node Exporter.
public String toString()
toString in class ObjectObject.toString()public NodeExporterInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.