@Generated(value="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.
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 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()
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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String regionName()
The name of the source Amazon Web Services Region.
public final String endpoint()
The endpoint for the source Amazon Web Services Region endpoint.
public final String status()
The status of the source Amazon Web Services Region.
public final Boolean supportsDBInstanceAutomatedBackupsReplication()
Whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services 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 SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.