Class SourceRegion
- java.lang.Object
-
- software.amazon.awssdk.services.rds.model.SourceRegion
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<SourceRegion.Builder,SourceRegion>
@Generated("software.amazon.awssdk:codegen") public final class SourceRegion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SourceRegion.Builder,SourceRegion>
Contains an Amazon Web Services Region name as the result of a successful call to the
DescribeSourceRegions
action.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SourceRegion.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SourceRegion.Builder
builder()
String
endpoint()
The endpoint for the source Amazon Web Services Region endpoint.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
regionName()
The name of the source Amazon Web Services Region.List<SdkField<?>>
sdkFields()
static Class<? extends SourceRegion.Builder>
serializableBuilderClass()
String
status()
The status of the source Amazon Web Services Region.Boolean
supportsDBInstanceAutomatedBackupsReplication()
Indicates whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.SourceRegion.Builder
toBuilder()
String
toString()
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
-
regionName
public final String regionName()
The name of the source Amazon Web Services Region.
- Returns:
- The name of the source Amazon Web Services Region.
-
endpoint
public final String endpoint()
The endpoint for the source Amazon Web Services Region endpoint.
- Returns:
- The endpoint for the source Amazon Web Services Region endpoint.
-
status
public final String status()
The status of the source Amazon Web Services Region.
- Returns:
- The status of the source Amazon Web Services Region.
-
supportsDBInstanceAutomatedBackupsReplication
public final Boolean supportsDBInstanceAutomatedBackupsReplication()
Indicates whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.
- Returns:
- Indicates whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.
-
toBuilder
public SourceRegion.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<SourceRegion.Builder,SourceRegion>
-
builder
public static SourceRegion.Builder builder()
-
serializableBuilderClass
public static Class<? extends SourceRegion.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-