Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DiscoverPollEndpointRequest.Builder,DiscoverPollEndpointRequest>
@Generated("software.amazon.awssdk:codegen") public class DiscoverPollEndpointRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DiscoverPollEndpointRequest.Builder,DiscoverPollEndpointRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DiscoverPollEndpointRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DiscoverPollEndpointRequest.Builder |
builder() |
|
String |
cluster() |
The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.
|
String |
containerInstance() |
The container instance ID or full Amazon Resource Name (ARN) of the container instance.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DiscoverPollEndpointRequest.Builder> |
serializableBuilderClass() |
|
DiscoverPollEndpointRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String containerInstance()
The container instance ID or full Amazon Resource Name (ARN) of the container instance. The ARN contains the
arn:aws:ecs
namespace, followed by the region of the container instance, the AWS account ID of the
container instance owner, the container-instance
namespace, and then the container instance ID. For
example,
arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID
.
arn:aws:ecs
namespace, followed by the region of the container instance, the AWS account
ID of the container instance owner, the container-instance
namespace, and then the container
instance ID. For example,
arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID
.public String cluster()
The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.
public DiscoverPollEndpointRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DiscoverPollEndpointRequest.Builder,DiscoverPollEndpointRequest>
public static DiscoverPollEndpointRequest.Builder builder()
public static Class<? extends DiscoverPollEndpointRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.