@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.
|
List<String> |
getEndpoints()
Endpoints for accessing the ZooKeeper.
|
Double |
getZookeeperId()
The role-specific ID for Zookeeper.
|
String |
getZookeeperVersion()
The version of Zookeeper.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
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 |
setEndpoints(Collection<String> endpoints)
Endpoints for accessing the ZooKeeper.
|
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 |
withEndpoints(Collection<String> endpoints)
Endpoints for accessing the ZooKeeper.
|
ZookeeperNodeInfo |
withEndpoints(String... endpoints)
Endpoints for accessing the ZooKeeper.
|
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.
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.
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 List<String> getEndpoints()
Endpoints for accessing the ZooKeeper.
Endpoints for accessing the ZooKeeper.
public void setEndpoints(Collection<String> endpoints)
Endpoints for accessing the ZooKeeper.
endpoints
- Endpoints for accessing the ZooKeeper.
public ZookeeperNodeInfo withEndpoints(String... endpoints)
Endpoints for accessing the ZooKeeper.
NOTE: This method appends the values to the existing list (if any). Use
setEndpoints(java.util.Collection)
or withEndpoints(java.util.Collection)
if you want to
override the existing values.
endpoints
- Endpoints for accessing the ZooKeeper.
public ZookeeperNodeInfo withEndpoints(Collection<String> endpoints)
Endpoints for accessing the ZooKeeper.
endpoints
- Endpoints for accessing the ZooKeeper.
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.
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.
The version of Zookeeper.
public ZookeeperNodeInfo withZookeeperVersion(String zookeeperVersion)
The version of Zookeeper.
zookeeperVersion
- The version of Zookeeper.
public String toString()
toString
in class Object
Object.toString()
public ZookeeperNodeInfo 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.