@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) |
<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.
|
SourceRegion.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String regionName()
The name of the source AWS Region.
public String endpoint()
The endpoint for the source AWS Region endpoint.
public String status()
The status of the source 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()
Copyright © 2019. All rights reserved.