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:
  • Constructor Details

    • DiscoverPollEndpointResult

      public DiscoverPollEndpointResult()
  • Method Details

    • 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 class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object