@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveStorageSystemRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RemoveStorageSystemRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveStorageSystemRequest |
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 the storage system that you want to permanently remove from DataSync
Discovery.
|
int |
hashCode() |
void |
setStorageSystemArn(String storageSystemArn)
Specifies the Amazon Resource Name (ARN) of the storage system that you want to permanently remove from DataSync
Discovery.
|
String |
toString()
Returns a string representation of this object.
|
RemoveStorageSystemRequest |
withStorageSystemArn(String storageSystemArn)
Specifies the Amazon Resource Name (ARN) of the storage system that you want to permanently remove from 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, withSdkRequestTimeout
public void setStorageSystemArn(String storageSystemArn)
Specifies the Amazon Resource Name (ARN) of the storage system that you want to permanently remove from DataSync Discovery.
storageSystemArn
- Specifies the Amazon Resource Name (ARN) of the storage system that you want to permanently remove from
DataSync Discovery.public String getStorageSystemArn()
Specifies the Amazon Resource Name (ARN) of the storage system that you want to permanently remove from DataSync Discovery.
public RemoveStorageSystemRequest withStorageSystemArn(String storageSystemArn)
Specifies the Amazon Resource Name (ARN) of the storage system that you want to permanently remove from DataSync Discovery.
storageSystemArn
- Specifies the Amazon Resource Name (ARN) of the storage system that you want to permanently remove from
DataSync Discovery.public String toString()
toString
in class Object
Object.toString()
public RemoveStorageSystemRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()