@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NodeExporter extends Object implements Serializable, Cloneable, StructuredPojo
Indicates whether you want to turn on or turn off the Node Exporter.
Constructor and Description |
---|
NodeExporter() |
Modifier and Type | Method and Description |
---|---|
NodeExporter |
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)
Marshalls this structured data using the given
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.
|
NodeExporter |
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 NodeExporter 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 Object
Object.toString()
public NodeExporter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.