@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartImageScanResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| StartImageScanResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| StartImageScanResult | clone() | 
| boolean | equals(Object obj) | 
| ImageIdentifier | getImageId() | 
| ImageScanStatus | getImageScanStatus()
 The current state of the scan. | 
| String | getRegistryId()
 The registry ID associated with the request. | 
| String | getRepositoryName()
 The repository name associated with the request. | 
| int | hashCode() | 
| void | setImageId(ImageIdentifier imageId) | 
| void | setImageScanStatus(ImageScanStatus imageScanStatus)
 The current state of the scan. | 
| void | setRegistryId(String registryId)
 The registry ID associated with the request. | 
| void | setRepositoryName(String repositoryName)
 The repository name associated with the request. | 
| String | toString()Returns a string representation of this object. | 
| StartImageScanResult | withImageId(ImageIdentifier imageId) | 
| StartImageScanResult | withImageScanStatus(ImageScanStatus imageScanStatus)
 The current state of the scan. | 
| StartImageScanResult | withRegistryId(String registryId)
 The registry ID associated with the request. | 
| StartImageScanResult | withRepositoryName(String repositoryName)
 The repository name associated with the request. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRegistryId(String registryId)
The registry ID associated with the request.
registryId - The registry ID associated with the request.public String getRegistryId()
The registry ID associated with the request.
public StartImageScanResult withRegistryId(String registryId)
The registry ID associated with the request.
registryId - The registry ID associated with the request.public void setRepositoryName(String repositoryName)
The repository name associated with the request.
repositoryName - The repository name associated with the request.public String getRepositoryName()
The repository name associated with the request.
public StartImageScanResult withRepositoryName(String repositoryName)
The repository name associated with the request.
repositoryName - The repository name associated with the request.public void setImageId(ImageIdentifier imageId)
imageId - public ImageIdentifier getImageId()
public StartImageScanResult withImageId(ImageIdentifier imageId)
imageId - public void setImageScanStatus(ImageScanStatus imageScanStatus)
The current state of the scan.
imageScanStatus - The current state of the scan.public ImageScanStatus getImageScanStatus()
The current state of the scan.
public StartImageScanResult withImageScanStatus(ImageScanStatus imageScanStatus)
The current state of the scan.
imageScanStatus - The current state of the scan.public String toString()
toString in class ObjectObject.toString()public StartImageScanResult clone()