Class ListStorageLensGroupEntry
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.model.ListStorageLensGroupEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListStorageLensGroupEntry.Builder,ListStorageLensGroupEntry>
@Generated("software.amazon.awssdk:codegen") public final class ListStorageLensGroupEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListStorageLensGroupEntry.Builder,ListStorageLensGroupEntry>
Each entry contains a Storage Lens group that exists in the specified home Region.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListStorageLensGroupEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListStorageLensGroupEntry.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhomeRegion()Contains the Amazon Web Services Region where the Storage Lens group was created.Stringname()Contains the name of the Storage Lens group that exists in the specified home Region.List<SdkField<?>>sdkFields()static Class<? extends ListStorageLensGroupEntry.Builder>serializableBuilderClass()StringstorageLensGroupArn()Contains the Amazon Resource Name (ARN) of the Storage Lens group.ListStorageLensGroupEntry.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
Contains the name of the Storage Lens group that exists in the specified home Region.
- Returns:
- Contains the name of the Storage Lens group that exists in the specified home Region.
-
storageLensGroupArn
public final String storageLensGroupArn()
Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is read-only.
- Returns:
- Contains the Amazon Resource Name (ARN) of the Storage Lens group. This property is read-only.
-
homeRegion
public final String homeRegion()
Contains the Amazon Web Services Region where the Storage Lens group was created.
- Returns:
- Contains the Amazon Web Services Region where the Storage Lens group was created.
-
toBuilder
public ListStorageLensGroupEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListStorageLensGroupEntry.Builder,ListStorageLensGroupEntry>
-
builder
public static ListStorageLensGroupEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListStorageLensGroupEntry.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-