public class DeleteRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteRunRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteRunRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getRunArn()
The ARN specifying the assessment run that you want to delete.
|
int |
hashCode() |
void |
setRunArn(String runArn)
The ARN specifying the assessment run that you want to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteRunRequest |
withRunArn(String runArn)
The ARN specifying the assessment run that you want to delete.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public void setRunArn(String runArn)
The ARN specifying the assessment run that you want to delete.
runArn
- The ARN specifying the assessment run that you want to delete.public String getRunArn()
The ARN specifying the assessment run that you want to delete.
public DeleteRunRequest withRunArn(String runArn)
The ARN specifying the assessment run that you want to delete.
runArn
- The ARN specifying the assessment run that you want to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.