Class UpdateRoutingControlStateEntry
- java.lang.Object
-
- software.amazon.awssdk.services.route53recoverycluster.model.UpdateRoutingControlStateEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdateRoutingControlStateEntry.Builder,UpdateRoutingControlStateEntry>
@Generated("software.amazon.awssdk:codegen") public final class UpdateRoutingControlStateEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateRoutingControlStateEntry.Builder,UpdateRoutingControlStateEntry>
A routing control state entry.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateRoutingControlStateEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateRoutingControlStateEntry.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringroutingControlArn()The Amazon Resource Name (ARN) for a routing control state entry.RoutingControlStateroutingControlState()The routing control state in a set of routing control state entries.StringroutingControlStateAsString()The routing control state in a set of routing control state entries.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateRoutingControlStateEntry.Builder>serializableBuilderClass()UpdateRoutingControlStateEntry.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
routingControlArn
public final String routingControlArn()
The Amazon Resource Name (ARN) for a routing control state entry.
- Returns:
- The Amazon Resource Name (ARN) for a routing control state entry.
-
routingControlState
public final RoutingControlState routingControlState()
The routing control state in a set of routing control state entries.
If the service returns an enum value that is not available in the current SDK version,
routingControlStatewill returnRoutingControlState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromroutingControlStateAsString().- Returns:
- The routing control state in a set of routing control state entries.
- See Also:
RoutingControlState
-
routingControlStateAsString
public final String routingControlStateAsString()
The routing control state in a set of routing control state entries.
If the service returns an enum value that is not available in the current SDK version,
routingControlStatewill returnRoutingControlState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromroutingControlStateAsString().- Returns:
- The routing control state in a set of routing control state entries.
- See Also:
RoutingControlState
-
toBuilder
public UpdateRoutingControlStateEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateRoutingControlStateEntry.Builder,UpdateRoutingControlStateEntry>
-
builder
public static UpdateRoutingControlStateEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateRoutingControlStateEntry.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-