@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DiscoverPollEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DiscoverPollEndpointResult() |
Modifier and Type | Method and 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEndpoint(String endpoint)
The endpoint for the Amazon ECS agent to poll.
endpoint
- The endpoint for the Amazon ECS agent to poll.public String getEndpoint()
The endpoint for the Amazon ECS agent to poll.
public DiscoverPollEndpointResult withEndpoint(String endpoint)
The endpoint for the Amazon ECS agent to poll.
endpoint
- The endpoint for the Amazon ECS agent to poll.public void setTelemetryEndpoint(String telemetryEndpoint)
The telemetry endpoint for the Amazon ECS agent.
telemetryEndpoint
- The telemetry endpoint for the Amazon ECS agent.public String getTelemetryEndpoint()
The telemetry endpoint for the Amazon ECS agent.
public DiscoverPollEndpointResult withTelemetryEndpoint(String telemetryEndpoint)
The telemetry endpoint for the Amazon ECS agent.
telemetryEndpoint
- The telemetry endpoint for the Amazon ECS agent.public String toString()
toString
in class Object
Object.toString()
public DiscoverPollEndpointResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.