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
DescribeSourceRegionsaction.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSourceRegion.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SourceRegion.Builderbuilder()Stringendpoint()The endpoint for the source Amazon Web Services Region endpoint.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringregionName()The name of the source Amazon Web Services Region.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SourceRegion.Builder>serializableBuilderClass()Stringstatus()The status of the source Amazon Web Services Region.BooleansupportsDBInstanceAutomatedBackupsReplication()Indicates whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.SourceRegion.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
-
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:
toBuilderin 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:
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
-
-