@Generated(value="software.amazon.awssdk:codegen") public final class NodeInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodeInfo.Builder,NodeInfo>
The node information object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NodeInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
addedToClusterTime()
The start time.
|
BrokerNodeInfo |
brokerNodeInfo()
The broker node info.
|
static NodeInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceType()
The instance type.
|
String |
nodeARN()
The Amazon Resource Name (ARN) of the node.
|
NodeType |
nodeType()
The node type.
|
String |
nodeTypeAsString()
The node type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NodeInfo.Builder> |
serializableBuilderClass() |
NodeInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ZookeeperNodeInfo |
zookeeperNodeInfo()
The ZookeeperNodeInfo.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String addedToClusterTime()
The start time.
The start time.
public final BrokerNodeInfo brokerNodeInfo()
The broker node info.
The broker node info.
public final String instanceType()
The instance type.
The instance type.
public final String nodeARN()
The Amazon Resource Name (ARN) of the node.
The Amazon Resource Name (ARN) of the node.
public final NodeType nodeType()
The node type.
If the service returns an enum value that is not available in the current SDK version, nodeType will
return NodeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nodeTypeAsString().
The node type.
NodeTypepublic final String nodeTypeAsString()
The node type.
If the service returns an enum value that is not available in the current SDK version, nodeType will
return NodeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nodeTypeAsString().
The node type.
NodeTypepublic final ZookeeperNodeInfo zookeeperNodeInfo()
The ZookeeperNodeInfo.
The ZookeeperNodeInfo.
public NodeInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NodeInfo.Builder,NodeInfo>public static NodeInfo.Builder builder()
public static Class<? extends NodeInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.