@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStorageSystemRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeStorageSystemRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeStorageSystemRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getStorageSystemArn()
 Specifies the Amazon Resource Name (ARN) of an on-premises storage system that you're using with DataSync
 Discovery. | 
| int | hashCode() | 
| void | setStorageSystemArn(String storageSystemArn)
 Specifies the Amazon Resource Name (ARN) of an on-premises storage system that you're using with DataSync
 Discovery. | 
| String | toString()Returns a string representation of this object. | 
| DescribeStorageSystemRequest | withStorageSystemArn(String storageSystemArn)
 Specifies the Amazon Resource Name (ARN) of an on-premises storage system that you're using with DataSync
 Discovery. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setStorageSystemArn(String storageSystemArn)
Specifies the Amazon Resource Name (ARN) of an on-premises storage system that you're using with DataSync Discovery.
storageSystemArn - Specifies the Amazon Resource Name (ARN) of an on-premises storage system that you're using with DataSync
        Discovery.public String getStorageSystemArn()
Specifies the Amazon Resource Name (ARN) of an on-premises storage system that you're using with DataSync Discovery.
public DescribeStorageSystemRequest withStorageSystemArn(String storageSystemArn)
Specifies the Amazon Resource Name (ARN) of an on-premises storage system that you're using with DataSync Discovery.
storageSystemArn - Specifies the Amazon Resource Name (ARN) of an on-premises storage system that you're using with DataSync
        Discovery.public String toString()
toString in class ObjectObject.toString()public DescribeStorageSystemRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()