@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateUploadUrlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateUploadUrlRequest() |
Modifier and Type | Method and Description |
---|---|
CreateUploadUrlRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getScanName()
The name of the scan that will use the uploaded resource.
|
int |
hashCode() |
void |
setScanName(String scanName)
The name of the scan that will use the uploaded resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateUploadUrlRequest |
withScanName(String scanName)
The name of the scan that will use the uploaded resource.
|
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 setScanName(String scanName)
The name of the scan that will use the uploaded resource. CodeGuru Security uses the unique scan name to track
revisions across multiple scans of the same resource. Use this scanName
when you call
CreateScan
on the code resource you upload to this URL.
scanName
- The name of the scan that will use the uploaded resource. CodeGuru Security uses the unique scan name to
track revisions across multiple scans of the same resource. Use this scanName
when you call
CreateScan
on the code resource you upload to this URL.public String getScanName()
The name of the scan that will use the uploaded resource. CodeGuru Security uses the unique scan name to track
revisions across multiple scans of the same resource. Use this scanName
when you call
CreateScan
on the code resource you upload to this URL.
scanName
when you call
CreateScan
on the code resource you upload to this URL.public CreateUploadUrlRequest withScanName(String scanName)
The name of the scan that will use the uploaded resource. CodeGuru Security uses the unique scan name to track
revisions across multiple scans of the same resource. Use this scanName
when you call
CreateScan
on the code resource you upload to this URL.
scanName
- The name of the scan that will use the uploaded resource. CodeGuru Security uses the unique scan name to
track revisions across multiple scans of the same resource. Use this scanName
when you call
CreateScan
on the code resource you upload to this URL.public String toString()
toString
in class Object
Object.toString()
public CreateUploadUrlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()