@Generated(value="software.amazon.awssdk:codegen") public final class SourceRegion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SourceRegion.Builder,SourceRegion>
Contains an AWS Region name as the result of a successful call to the DescribeSourceRegions action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SourceRegion.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SourceRegion.Builder |
builder() |
String |
endpoint()
The endpoint for the source AWS 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 AWS Region.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SourceRegion.Builder> |
serializableBuilderClass() |
String |
status()
The status of the source AWS Region.
|
Boolean |
supportsDBInstanceAutomatedBackupsReplication()
Whether the source AWS Region supports replicating automated backups to the current AWS Region.
|
SourceRegion.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String regionName()
The name of the source AWS Region.
public final String endpoint()
The endpoint for the source AWS Region endpoint.
public final String status()
The status of the source AWS Region.
public final Boolean supportsDBInstanceAutomatedBackupsReplication()
Whether the source AWS Region supports replicating automated backups to the current AWS Region.
public SourceRegion.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SourceRegion.Builder,SourceRegion>public static SourceRegion.Builder builder()
public static Class<? extends SourceRegion.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.