@Generated(value="software.amazon.awssdk:codegen") public final class StorageSystemListEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StorageSystemListEntry.Builder,StorageSystemListEntry>
Information that identifies an on-premises storage system that you're using with DataSync Discovery.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StorageSystemListEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StorageSystemListEntry.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of an on-premises storage system that you added to DataSync Discovery.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StorageSystemListEntry.Builder> |
serializableBuilderClass() |
String |
storageSystemArn()
The Amazon Resource Names (ARN) of an on-premises storage system that you added to DataSync Discovery.
|
StorageSystemListEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String storageSystemArn()
The Amazon Resource Names (ARN) of an on-premises storage system that you added to DataSync Discovery.
public final String name()
The name of an on-premises storage system that you added to DataSync Discovery.
public StorageSystemListEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StorageSystemListEntry.Builder,StorageSystemListEntry>public static StorageSystemListEntry.Builder builder()
public static Class<? extends StorageSystemListEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.