Class DiscoverPollEndpointResult

    • Constructor Detail

      • DiscoverPollEndpointResult

        public DiscoverPollEndpointResult()
    • 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 class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object