@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetScanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetScanRequest() |
Modifier and Type | Method and Description |
---|---|
GetScanRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRunId()
UUID that identifies the individual scan run you want to view details about.
|
String |
getScanName()
The name of the scan you want to view details about.
|
int |
hashCode() |
void |
setRunId(String runId)
UUID that identifies the individual scan run you want to view details about.
|
void |
setScanName(String scanName)
The name of the scan you want to view details about.
|
String |
toString()
Returns a string representation of this object.
|
GetScanRequest |
withRunId(String runId)
UUID that identifies the individual scan run you want to view details about.
|
GetScanRequest |
withScanName(String scanName)
The name of the scan you want to view details about.
|
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 setRunId(String runId)
UUID that identifies the individual scan run you want to view details about. You retrieve this when you call the
CreateScan
operation. Defaults to the latest scan run if missing.
runId
- UUID that identifies the individual scan run you want to view details about. You retrieve this when you
call the CreateScan
operation. Defaults to the latest scan run if missing.public String getRunId()
UUID that identifies the individual scan run you want to view details about. You retrieve this when you call the
CreateScan
operation. Defaults to the latest scan run if missing.
CreateScan
operation. Defaults to the latest scan run if missing.public GetScanRequest withRunId(String runId)
UUID that identifies the individual scan run you want to view details about. You retrieve this when you call the
CreateScan
operation. Defaults to the latest scan run if missing.
runId
- UUID that identifies the individual scan run you want to view details about. You retrieve this when you
call the CreateScan
operation. Defaults to the latest scan run if missing.public void setScanName(String scanName)
The name of the scan you want to view details about.
scanName
- The name of the scan you want to view details about.public String getScanName()
The name of the scan you want to view details about.
public GetScanRequest withScanName(String scanName)
The name of the scan you want to view details about.
scanName
- The name of the scan you want to view details about.public String toString()
toString
in class Object
Object.toString()
public GetScanRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()