public class DiscoverPollEndpointResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DiscoverPollEndpointResult() |
Modifier and Type | Method and Description |
---|---|
DiscoverPollEndpointResult |
clone() |
boolean |
equals(Object obj) |
String |
getEndpoint()
The endpoint for the Amazon ECS agent to poll.
|
int |
hashCode() |
void |
setEndpoint(String endpoint)
The endpoint for the Amazon ECS agent to poll.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DiscoverPollEndpointResult |
withEndpoint(String endpoint)
The endpoint for the Amazon ECS agent to poll.
|
public String getEndpoint()
public void setEndpoint(String endpoint)
endpoint
- The endpoint for the Amazon ECS agent to poll.public DiscoverPollEndpointResult withEndpoint(String endpoint)
Returns a reference to this object so that method calls can be chained together.
endpoint
- The endpoint for the Amazon ECS agent to poll.public String toString()
toString
in class Object
Object.toString()
public DiscoverPollEndpointResult clone()
Copyright © 2015. All rights reserved.