@Generated(value="software.amazon.awssdk:codegen") public final class RegionReport extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegionReport.Builder,RegionReport>
A combination of a bucket and Region that's part of a Multi-Region Access Point.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegionReport.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The name of the bucket.
|
String |
bucketAccountId()
The Amazon Web Services account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access
Point.
|
static RegionReport.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
region()
The name of the Region.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegionReport.Builder> |
serializableBuilderClass() |
RegionReport.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucket()
The name of the bucket.
public final String region()
The name of the Region.
public final String bucketAccountId()
The Amazon Web Services account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access Point.
public RegionReport.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RegionReport.Builder,RegionReport>public static RegionReport.Builder builder()
public static Class<? extends RegionReport.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.