@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StorageSystemListEntry extends Object implements Serializable, Cloneable, StructuredPojo
Information that identifies an on-premises storage system that you're using with DataSync Discovery.
| Constructor and Description |
|---|
StorageSystemListEntry() |
| Modifier and Type | Method and Description |
|---|---|
StorageSystemListEntry |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of an on-premises storage system that you added to DataSync Discovery.
|
String |
getStorageSystemArn()
The Amazon Resource Names (ARN) of an on-premises storage system that you added to DataSync Discovery.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of an on-premises storage system that you added to DataSync Discovery.
|
void |
setStorageSystemArn(String storageSystemArn)
The Amazon Resource Names (ARN) of an on-premises storage system that you added to DataSync Discovery.
|
String |
toString()
Returns a string representation of this object.
|
StorageSystemListEntry |
withName(String name)
The name of an on-premises storage system that you added to DataSync Discovery.
|
StorageSystemListEntry |
withStorageSystemArn(String storageSystemArn)
The Amazon Resource Names (ARN) of an on-premises storage system that you added to DataSync Discovery.
|
public void setStorageSystemArn(String storageSystemArn)
The Amazon Resource Names (ARN) of an on-premises storage system that you added to DataSync Discovery.
storageSystemArn - The Amazon Resource Names (ARN) of an on-premises storage system that you added to DataSync Discovery.public String getStorageSystemArn()
The Amazon Resource Names (ARN) of an on-premises storage system that you added to DataSync Discovery.
public StorageSystemListEntry withStorageSystemArn(String storageSystemArn)
The Amazon Resource Names (ARN) of an on-premises storage system that you added to DataSync Discovery.
storageSystemArn - The Amazon Resource Names (ARN) of an on-premises storage system that you added to DataSync Discovery.public void setName(String name)
The name of an on-premises storage system that you added to DataSync Discovery.
name - The name of an on-premises storage system that you added to DataSync Discovery.public String getName()
The name of an on-premises storage system that you added to DataSync Discovery.
public StorageSystemListEntry withName(String name)
The name of an on-premises storage system that you added to DataSync Discovery.
name - The name of an on-premises storage system that you added to DataSync Discovery.public String toString()
toString in class ObjectObject.toString()public StorageSystemListEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.