@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ImageIdentifier |
getImageId() |
String |
getRegistryId()
The Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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, 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 setRegistryId(String registryId)
The Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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 Object
Object.toString()
public StartImageScanRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()