@Generated(value="software.amazon.awssdk:codegen") public final class ListStorageLensConfigurationEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListStorageLensConfigurationEntry.Builder,ListStorageLensConfigurationEntry>
Part of ListStorageLensConfigurationResult. Each entry includes the description of the S3 Storage Lens
configuration, its home Region, whether it is enabled, its Amazon Resource Name (ARN), and config ID.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListStorageLensConfigurationEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListStorageLensConfigurationEntry.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
homeRegion()
A container for the S3 Storage Lens home Region.
|
String |
id()
A container for the S3 Storage Lens configuration ID.
|
Boolean |
isEnabled()
A container for whether the S3 Storage Lens configuration is enabled.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListStorageLensConfigurationEntry.Builder> |
serializableBuilderClass() |
String |
storageLensArn()
The ARN of the S3 Storage Lens configuration.
|
ListStorageLensConfigurationEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
A container for the S3 Storage Lens configuration ID.
public final String storageLensArn()
The ARN of the S3 Storage Lens configuration. This property is read-only.
public final String homeRegion()
A container for the S3 Storage Lens home Region. Your metrics data is stored and retained in your designated S3 Storage Lens home Region.
public final Boolean isEnabled()
A container for whether the S3 Storage Lens configuration is enabled. This property is required.
public ListStorageLensConfigurationEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListStorageLensConfigurationEntry.Builder,ListStorageLensConfigurationEntry>public static ListStorageLensConfigurationEntry.Builder builder()
public static Class<? extends ListStorageLensConfigurationEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.