Class DiscoverPollEndpointResult
java.lang.Object
com.amazonaws.services.ecs.model.DiscoverPollEndpointResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe endpoint for the Amazon ECS agent to poll.The telemetry endpoint for the Amazon ECS agent.inthashCode()voidsetEndpoint(String endpoint) The endpoint for the Amazon ECS agent to poll.voidsetTelemetryEndpoint(String telemetryEndpoint) The telemetry endpoint for the Amazon ECS agent.toString()Returns a string representation of this object; useful for testing and debugging.withEndpoint(String endpoint) The endpoint for the Amazon ECS agent to poll.withTelemetryEndpoint(String telemetryEndpoint) The telemetry endpoint for the Amazon ECS agent.
-
Constructor Details
-
DiscoverPollEndpointResult
public DiscoverPollEndpointResult()
-
-
Method Details
-
setEndpoint
The endpoint for the Amazon ECS agent to poll.
- Parameters:
endpoint- The endpoint for the Amazon ECS agent to poll.
-
getEndpoint
The endpoint for the Amazon ECS agent to poll.
- Returns:
- The endpoint for the Amazon ECS agent to poll.
-
withEndpoint
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
The telemetry endpoint for the Amazon ECS agent.
- Parameters:
telemetryEndpoint- The telemetry endpoint for the Amazon ECS agent.
-
getTelemetryEndpoint
The telemetry endpoint for the Amazon ECS agent.
- Returns:
- The telemetry endpoint for the Amazon ECS agent.
-
withTelemetryEndpoint
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
-
equals
-
hashCode
-
clone
-