Class DiscoverPollEndpointRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe cluster that the container instance belongs to.The container instance ID or full Amazon Resource Name (ARN) of the container instance.inthashCode()voidsetCluster(String cluster) The cluster that the container instance belongs to.voidsetContainerInstance(String containerInstance) The container instance ID or full Amazon Resource Name (ARN) of the container instance.toString()Returns a string representation of this object; useful for testing and debugging.withCluster(String cluster) The cluster that the container instance belongs to.withContainerInstance(String containerInstance) The container instance ID or full Amazon Resource Name (ARN) of the container instance.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
DiscoverPollEndpointRequest
public DiscoverPollEndpointRequest()
-
-
Method Details
-
setContainerInstance
The container instance ID or full Amazon Resource Name (ARN) of the container instance. The ARN contains the
arn:aws:ecsnamespace, followed by the region of the container instance, the AWS account ID of the container instance owner, thecontainer-instancenamespace, and then the container instance ID. For example,arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID.- Parameters:
containerInstance- The container instance ID or full Amazon Resource Name (ARN) of the container instance. The ARN contains thearn:aws:ecsnamespace, followed by the region of the container instance, the AWS account ID of the container instance owner, thecontainer-instancenamespace, and then the container instance ID. For example,arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID.
-
getContainerInstance
The container instance ID or full Amazon Resource Name (ARN) of the container instance. The ARN contains the
arn:aws:ecsnamespace, followed by the region of the container instance, the AWS account ID of the container instance owner, thecontainer-instancenamespace, and then the container instance ID. For example,arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID.- Returns:
- The container instance ID or full Amazon Resource Name (ARN) of
the container instance. The ARN contains the
arn:aws:ecsnamespace, followed by the region of the container instance, the AWS account ID of the container instance owner, thecontainer-instancenamespace, and then the container instance ID. For example,arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID.
-
withContainerInstance
The container instance ID or full Amazon Resource Name (ARN) of the container instance. The ARN contains the
arn:aws:ecsnamespace, followed by the region of the container instance, the AWS account ID of the container instance owner, thecontainer-instancenamespace, and then the container instance ID. For example,arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID.- Parameters:
containerInstance- The container instance ID or full Amazon Resource Name (ARN) of the container instance. The ARN contains thearn:aws:ecsnamespace, followed by the region of the container instance, the AWS account ID of the container instance owner, thecontainer-instancenamespace, and then the container instance ID. For example,arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCluster
The cluster that the container instance belongs to.
- Parameters:
cluster- The cluster that the container instance belongs to.
-
getCluster
The cluster that the container instance belongs to.
- Returns:
- The cluster that the container instance belongs to.
-
withCluster
The cluster that the container instance belongs to.
- Parameters:
cluster- The cluster that the container instance belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-