@Generated(value="software.amazon.awssdk:codegen") public final class DiscoverPollEndpointRequest extends EcsRequest implements ToCopyableBuilder<DiscoverPollEndpointRequest.Builder,DiscoverPollEndpointRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DiscoverPollEndpointRequest.Builder |
| Modifier and Type | Method and 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 ARN of the container instance.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DiscoverPollEndpointRequest.Builder> |
serializableBuilderClass() |
DiscoverPollEndpointRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String containerInstance()
The container instance ID or full ARN of the container instance. The ARN contains the arn:aws:ecs
namespace, followed by the Region of the container instance, the Amazon Web Services 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 Amazon Web
Services 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 final String cluster()
The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.
public DiscoverPollEndpointRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DiscoverPollEndpointRequest.Builder,DiscoverPollEndpointRequest>toBuilder in class EcsRequestpublic static DiscoverPollEndpointRequest.Builder builder()
public static Class<? extends DiscoverPollEndpointRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.