public class DescribeEndpointsResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeEndpointsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Endpoint> |
getEndpoints()
Returns the value of the endpoints property for this object.
|
int |
hashCode() |
void |
setEndpoints(Collection<Endpoint> endpoints)
Sets the value of endpoints
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeEndpointsResult |
withEndpoints(Collection<Endpoint> endpoints)
Sets the value of the endpoints property for this object.
|
DescribeEndpointsResult |
withEndpoints(Endpoint... endpoints)
Sets the value of the endpoints property for this object.
|
public List<Endpoint> getEndpoints()
public void setEndpoints(Collection<Endpoint> endpoints)
endpoints - The new value for the endpoints property for this
object.public DescribeEndpointsResult withEndpoints(Endpoint... endpoints)
Returns a reference to this object so that method calls can be chained together.
endpoints - The new value for the endpoints property for this
object.public DescribeEndpointsResult withEndpoints(Collection<Endpoint> endpoints)
Returns a reference to this object so that method calls can be chained together.
endpoints - The new value for the endpoints property for this
object.public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.