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.
|
String |
getTelemetryEndpoint()
The telemetry endpoint for the Amazon ECS agent.
|
int |
hashCode() |
void |
setEndpoint(String endpoint)
The endpoint for the Amazon ECS agent to poll.
|
void |
setTelemetryEndpoint(String telemetryEndpoint)
The telemetry endpoint for the Amazon ECS agent.
|
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.
|
DiscoverPollEndpointResult |
withTelemetryEndpoint(String telemetryEndpoint)
The telemetry endpoint for the Amazon ECS agent.
|
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 getTelemetryEndpoint()
public void setTelemetryEndpoint(String telemetryEndpoint)
telemetryEndpoint
- The telemetry endpoint for the Amazon ECS agent.public DiscoverPollEndpointResult withTelemetryEndpoint(String telemetryEndpoint)
Returns a reference to this object so that method calls can be chained together.
telemetryEndpoint
- The telemetry endpoint for the Amazon ECS agent.public String toString()
toString
in class Object
Object.toString()
public DiscoverPollEndpointResult clone()
Copyright © 2015. All rights reserved.