@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ControllerNodeInfo extends Object implements Serializable, Cloneable, StructuredPojo
Controller node information.
| Constructor and Description |
|---|
ControllerNodeInfo() |
| Modifier and Type | Method and Description |
|---|---|
ControllerNodeInfo |
clone() |
boolean |
equals(Object obj) |
List<String> |
getEndpoints()
Endpoints for accessing the Controller.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEndpoints(Collection<String> endpoints)
Endpoints for accessing the Controller.
|
String |
toString()
Returns a string representation of this object.
|
ControllerNodeInfo |
withEndpoints(Collection<String> endpoints)
Endpoints for accessing the Controller.
|
ControllerNodeInfo |
withEndpoints(String... endpoints)
Endpoints for accessing the Controller.
|
public List<String> getEndpoints()
Endpoints for accessing the Controller.
Endpoints for accessing the Controller.
public void setEndpoints(Collection<String> endpoints)
Endpoints for accessing the Controller.
endpoints - Endpoints for accessing the Controller.
public ControllerNodeInfo withEndpoints(String... endpoints)
Endpoints for accessing the Controller.
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 Controller.
public ControllerNodeInfo withEndpoints(Collection<String> endpoints)
Endpoints for accessing the Controller.
endpoints - Endpoints for accessing the Controller.
public String toString()
toString in class ObjectObject.toString()public ControllerNodeInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.