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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SourceRegion.Builderbuilder()final Stringendpoint()The endpoint for the source Amazon Web Services Region endpoint.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe name of the source Amazon Web Services Region.static Class<? extends SourceRegion.Builder>final Stringstatus()The status of the source Amazon Web Services Region.final BooleanIndicates whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
regionName
The name of the source Amazon Web Services Region.
- Returns:
- The name of the source Amazon Web Services Region.
-
endpoint
The endpoint for the source Amazon Web Services Region endpoint.
- Returns:
- The endpoint for the source Amazon Web Services Region endpoint.
-
status
The status of the source Amazon Web Services Region.
- Returns:
- The status of the source Amazon Web Services Region.
-
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
- Specified by:
toBuilderin interfaceToCopyableBuilder<SourceRegion.Builder,SourceRegion>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-