@Generated(value="software.amazon.awssdk:codegen") public final class ClusterEndpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterEndpoint.Builder,ClusterEndpoint>
A cluster endpoint. Specify an endpoint when you want to set or retrieve a routing control state in the cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClusterEndpoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClusterEndpoint.Builder |
builder() |
String |
endpoint()
A cluster endpoint.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
region()
The Amazon Web Services Region for a cluster endpoint.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClusterEndpoint.Builder> |
serializableBuilderClass() |
ClusterEndpoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String endpoint()
A cluster endpoint. Specify an endpoint and Amazon Web Services Region when you want to set or retrieve a routing control state in the cluster.
To get or update the routing control state, see the Amazon Route 53 Application Recovery Controller Routing Control Actions.
To get or update the routing control state, see the Amazon Route 53 Application Recovery Controller Routing Control Actions.
public final String region()
The Amazon Web Services Region for a cluster endpoint.
public ClusterEndpoint.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClusterEndpoint.Builder,ClusterEndpoint>public static ClusterEndpoint.Builder builder()
public static Class<? extends ClusterEndpoint.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.