Class RegionalCluster
- java.lang.Object
-
- software.amazon.awssdk.services.memorydb.model.RegionalCluster
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RegionalCluster.Builder,RegionalCluster>
@Generated("software.amazon.awssdk:codegen") public final class RegionalCluster extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegionalCluster.Builder,RegionalCluster>
Represents a Regional cluster
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRegionalCluster.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) the Regional clusterstatic RegionalCluster.Builderbuilder()StringclusterName()The name of the Regional clusterbooleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringregion()The Region the current Regional cluster is assigned to.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RegionalCluster.Builder>serializableBuilderClass()Stringstatus()The status of the Regional cluster.RegionalCluster.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
-
clusterName
public final String clusterName()
The name of the Regional cluster
- Returns:
- The name of the Regional cluster
-
region
public final String region()
The Region the current Regional cluster is assigned to.
- Returns:
- The Region the current Regional cluster is assigned to.
-
status
public final String status()
The status of the Regional cluster.
- Returns:
- The status of the Regional cluster.
-
arn
public final String arn()
The Amazon Resource Name (ARN) the Regional cluster
- Returns:
- The Amazon Resource Name (ARN) the Regional cluster
-
toBuilder
public RegionalCluster.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RegionalCluster.Builder,RegionalCluster>
-
builder
public static RegionalCluster.Builder builder()
-
serializableBuilderClass
public static Class<? extends RegionalCluster.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
-
-