@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ZookeeperNodeInfo extends Object implements Serializable, Cloneable, StructuredPojo
Zookeeper node information.
| Constructor and Description |
|---|
ZookeeperNodeInfo() |
| Modifier and Type | Method and Description |
|---|---|
ZookeeperNodeInfo |
clone() |
boolean |
equals(Object obj) |
String |
getAttachedENIId()
The attached elastic network interface of the broker.
|
String |
getClientVpcIpAddress()
The virtual private cloud (VPC) IP address of the client.
|
Double |
getZookeeperId()
The role-specific ID for Zookeeper.
|
String |
getZookeeperVersion()
The version of Zookeeper.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAttachedENIId(String attachedENIId)
The attached elastic network interface of the broker.
|
void |
setClientVpcIpAddress(String clientVpcIpAddress)
The virtual private cloud (VPC) IP address of the client.
|
void |
setZookeeperId(Double zookeeperId)
The role-specific ID for Zookeeper.
|
void |
setZookeeperVersion(String zookeeperVersion)
The version of Zookeeper.
|
String |
toString()
Returns a string representation of this object.
|
ZookeeperNodeInfo |
withAttachedENIId(String attachedENIId)
The attached elastic network interface of the broker.
|
ZookeeperNodeInfo |
withClientVpcIpAddress(String clientVpcIpAddress)
The virtual private cloud (VPC) IP address of the client.
|
ZookeeperNodeInfo |
withZookeeperId(Double zookeeperId)
The role-specific ID for Zookeeper.
|
ZookeeperNodeInfo |
withZookeeperVersion(String zookeeperVersion)
The version of Zookeeper.
|
public void setAttachedENIId(String attachedENIId)
The attached elastic network interface of the broker.
attachedENIId - The attached elastic network interface of the broker.public String getAttachedENIId()
The attached elastic network interface of the broker.
public ZookeeperNodeInfo withAttachedENIId(String attachedENIId)
The attached elastic network interface of the broker.
attachedENIId - The attached elastic network interface of the broker.public void setClientVpcIpAddress(String clientVpcIpAddress)
The virtual private cloud (VPC) IP address of the client.
clientVpcIpAddress - The virtual private cloud (VPC) IP address of the client.public String getClientVpcIpAddress()
The virtual private cloud (VPC) IP address of the client.
public ZookeeperNodeInfo withClientVpcIpAddress(String clientVpcIpAddress)
The virtual private cloud (VPC) IP address of the client.
clientVpcIpAddress - The virtual private cloud (VPC) IP address of the client.public void setZookeeperId(Double zookeeperId)
The role-specific ID for Zookeeper.
zookeeperId - The role-specific ID for Zookeeper.public Double getZookeeperId()
The role-specific ID for Zookeeper.
public ZookeeperNodeInfo withZookeeperId(Double zookeeperId)
The role-specific ID for Zookeeper.
zookeeperId - The role-specific ID for Zookeeper.public void setZookeeperVersion(String zookeeperVersion)
The version of Zookeeper.
zookeeperVersion - The version of Zookeeper.public String getZookeeperVersion()
The version of Zookeeper.
public ZookeeperNodeInfo withZookeeperVersion(String zookeeperVersion)
The version of Zookeeper.
zookeeperVersion - The version of Zookeeper.public String toString()
toString in class ObjectObject.toString()public ZookeeperNodeInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.