@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Endpoint extends Object implements Serializable, Cloneable
Represents the information required for client programs to connect to a cache node.
Constructor and Description |
---|
Endpoint() |
Modifier and Type | Method and Description |
---|---|
Endpoint |
clone() |
boolean |
equals(Object obj) |
String |
getAddress()
The DNS hostname of the cache node.
|
Integer |
getPort()
The port number that the cache engine is listening on.
|
int |
hashCode() |
void |
setAddress(String address)
The DNS hostname of the cache node.
|
void |
setPort(Integer port)
The port number that the cache engine is listening on.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Endpoint |
withAddress(String address)
The DNS hostname of the cache node.
|
Endpoint |
withPort(Integer port)
The port number that the cache engine is listening on.
|
public void setAddress(String address)
The DNS hostname of the cache node.
address
- The DNS hostname of the cache node.public String getAddress()
The DNS hostname of the cache node.
public Endpoint withAddress(String address)
The DNS hostname of the cache node.
address
- The DNS hostname of the cache node.public void setPort(Integer port)
The port number that the cache engine is listening on.
port
- The port number that the cache engine is listening on.public Integer getPort()
The port number that the cache engine is listening on.
public Endpoint withPort(Integer port)
The port number that the cache engine is listening on.
port
- The port number that the cache engine is listening on.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.