public class DiscoverPollEndpointResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
endpoint
The endpoint for the Amazon ECS agent to poll.
|
private java.lang.String |
telemetryEndpoint
The telemetry endpoint for the Amazon ECS agent.
|
Constructor and Description |
---|
DiscoverPollEndpointResult() |
Modifier and Type | Method and Description |
---|---|
DiscoverPollEndpointResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEndpoint()
The endpoint for the Amazon ECS agent to poll.
|
java.lang.String |
getTelemetryEndpoint()
The telemetry endpoint for the Amazon ECS agent.
|
int |
hashCode() |
void |
setEndpoint(java.lang.String endpoint)
The endpoint for the Amazon ECS agent to poll.
|
void |
setTelemetryEndpoint(java.lang.String telemetryEndpoint)
The telemetry endpoint for the Amazon ECS agent.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DiscoverPollEndpointResult |
withEndpoint(java.lang.String endpoint)
The endpoint for the Amazon ECS agent to poll.
|
DiscoverPollEndpointResult |
withTelemetryEndpoint(java.lang.String telemetryEndpoint)
The telemetry endpoint for the Amazon ECS agent.
|
private java.lang.String endpoint
The endpoint for the Amazon ECS agent to poll.
private java.lang.String telemetryEndpoint
The telemetry endpoint for the Amazon ECS agent.
public void setEndpoint(java.lang.String endpoint)
The endpoint for the Amazon ECS agent to poll.
endpoint
- The endpoint for the Amazon ECS agent to poll.public java.lang.String getEndpoint()
The endpoint for the Amazon ECS agent to poll.
public DiscoverPollEndpointResult withEndpoint(java.lang.String endpoint)
The endpoint for the Amazon ECS agent to poll.
endpoint
- The endpoint for the Amazon ECS agent to poll.public void setTelemetryEndpoint(java.lang.String telemetryEndpoint)
The telemetry endpoint for the Amazon ECS agent.
telemetryEndpoint
- The telemetry endpoint for the Amazon ECS agent.public java.lang.String getTelemetryEndpoint()
The telemetry endpoint for the Amazon ECS agent.
public DiscoverPollEndpointResult withTelemetryEndpoint(java.lang.String telemetryEndpoint)
The telemetry endpoint for the Amazon ECS agent.
telemetryEndpoint
- The telemetry endpoint for the Amazon ECS agent.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DiscoverPollEndpointResult clone()
clone
in class java.lang.Object