Package com.amazonaws.services.ecs.model
Class DiscoverPollEndpointResult
- java.lang.Object
-
- com.amazonaws.services.ecs.model.DiscoverPollEndpointResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class DiscoverPollEndpointResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DiscoverPollEndpointResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
setEndpoint
public void setEndpoint(String endpoint)
The endpoint for the Amazon ECS agent to poll.
- Parameters:
endpoint
- The endpoint for the Amazon ECS agent to poll.
-
getEndpoint
public String getEndpoint()
The endpoint for the Amazon ECS agent to poll.
- Returns:
- The endpoint for the Amazon ECS agent to poll.
-
withEndpoint
public DiscoverPollEndpointResult withEndpoint(String endpoint)
The endpoint for the Amazon ECS agent to poll.
- Parameters:
endpoint
- The endpoint for the Amazon ECS agent to poll.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTelemetryEndpoint
public void setTelemetryEndpoint(String telemetryEndpoint)
The telemetry endpoint for the Amazon ECS agent.
- Parameters:
telemetryEndpoint
- The telemetry endpoint for the Amazon ECS agent.
-
getTelemetryEndpoint
public String getTelemetryEndpoint()
The telemetry endpoint for the Amazon ECS agent.
- Returns:
- The telemetry endpoint for the Amazon ECS agent.
-
withTelemetryEndpoint
public DiscoverPollEndpointResult withTelemetryEndpoint(String telemetryEndpoint)
The telemetry endpoint for the Amazon ECS agent.
- Parameters:
telemetryEndpoint
- The telemetry endpoint for the Amazon ECS agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DiscoverPollEndpointResult clone()
-
-