@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DiscoverPollEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DiscoverPollEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
DiscoverPollEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCluster()
The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.
|
String |
getContainerInstance()
The container instance ID or full Amazon Resource Name (ARN) of the container instance.
|
int |
hashCode() |
void |
setCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.
|
void |
setContainerInstance(String containerInstance)
The container instance ID or full Amazon Resource Name (ARN) of the container instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DiscoverPollEndpointRequest |
withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.
|
DiscoverPollEndpointRequest |
withContainerInstance(String containerInstance)
The container instance ID or full Amazon Resource Name (ARN) of the container instance.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setContainerInstance(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
.
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
.public String getContainerInstance()
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 DiscoverPollEndpointRequest withContainerInstance(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
.
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
.public void setCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.
cluster
- The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.public String getCluster()
The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.
public DiscoverPollEndpointRequest withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.
cluster
- The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.public String toString()
toString
in class Object
Object.toString()
public DiscoverPollEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.