@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartImageScanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartImageScanRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartImageScanRequest |
clone() |
boolean |
equals(Object obj) |
ImageIdentifier |
getImageId() |
String |
getRegistryId()
The AWS account ID associated with the registry that contains the repository in which to start an image scan
request.
|
String |
getRepositoryName()
The name of the repository that contains the images to scan.
|
int |
hashCode() |
void |
setImageId(ImageIdentifier imageId) |
void |
setRegistryId(String registryId)
The AWS account ID associated with the registry that contains the repository in which to start an image scan
request.
|
void |
setRepositoryName(String repositoryName)
The name of the repository that contains the images to scan.
|
String |
toString()
Returns a string representation of this object.
|
StartImageScanRequest |
withImageId(ImageIdentifier imageId) |
StartImageScanRequest |
withRegistryId(String registryId)
The AWS account ID associated with the registry that contains the repository in which to start an image scan
request.
|
StartImageScanRequest |
withRepositoryName(String repositoryName)
The name of the repository that contains the images to scan.
|
addHandlerContext, copyBaseTo, 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 setRegistryId(String registryId)
The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.
registryId - The AWS account ID associated with the registry that contains the repository in which to start an image
scan request. If you do not specify a registry, the default registry is assumed.public String getRegistryId()
The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.
public StartImageScanRequest withRegistryId(String registryId)
The AWS account ID associated with the registry that contains the repository in which to start an image scan request. If you do not specify a registry, the default registry is assumed.
registryId - The AWS account ID associated with the registry that contains the repository in which to start an image
scan request. If you do not specify a registry, the default registry is assumed.public void setRepositoryName(String repositoryName)
The name of the repository that contains the images to scan.
repositoryName - The name of the repository that contains the images to scan.public String getRepositoryName()
The name of the repository that contains the images to scan.
public StartImageScanRequest withRepositoryName(String repositoryName)
The name of the repository that contains the images to scan.
repositoryName - The name of the repository that contains the images to scan.public void setImageId(ImageIdentifier imageId)
imageId - public ImageIdentifier getImageId()
public StartImageScanRequest withImageId(ImageIdentifier imageId)
imageId - public String toString()
toString in class ObjectObject.toString()public StartImageScanRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.