@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutImageScanningConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutImageScanningConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
PutImageScanningConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ImageScanningConfiguration |
getImageScanningConfiguration()
The image scanning configuration for the repository.
|
String |
getRegistryId()
The Amazon Web Services account ID associated with the registry that contains the repository in which to update
the image scanning configuration setting.
|
String |
getRepositoryName()
The name of the repository in which to update the image scanning configuration setting.
|
int |
hashCode() |
void |
setImageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
The image scanning configuration for the repository.
|
void |
setRegistryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the repository in which to update
the image scanning configuration setting.
|
void |
setRepositoryName(String repositoryName)
The name of the repository in which to update the image scanning configuration setting.
|
String |
toString()
Returns a string representation of this object.
|
PutImageScanningConfigurationRequest |
withImageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
The image scanning configuration for the repository.
|
PutImageScanningConfigurationRequest |
withRegistryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the repository in which to update
the image scanning configuration setting.
|
PutImageScanningConfigurationRequest |
withRepositoryName(String repositoryName)
The name of the repository in which to update the image scanning configuration setting.
|
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 PutImageScanningConfigurationRequest()
public void setRegistryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. 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
update the image scanning configuration setting. 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 update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.
public PutImageScanningConfigurationRequest withRegistryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. 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
update the image scanning configuration setting. If you do not specify a registry, the default registry is
assumed.public void setRepositoryName(String repositoryName)
The name of the repository in which to update the image scanning configuration setting.
repositoryName
- The name of the repository in which to update the image scanning configuration setting.public String getRepositoryName()
The name of the repository in which to update the image scanning configuration setting.
public PutImageScanningConfigurationRequest withRepositoryName(String repositoryName)
The name of the repository in which to update the image scanning configuration setting.
repositoryName
- The name of the repository in which to update the image scanning configuration setting.public void setImageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.
imageScanningConfiguration
- The image scanning configuration for the repository. This setting determines whether images are scanned
for known vulnerabilities after being pushed to the repository.public ImageScanningConfiguration getImageScanningConfiguration()
The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.
public PutImageScanningConfigurationRequest withImageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.
imageScanningConfiguration
- The image scanning configuration for the repository. This setting determines whether images are scanned
for known vulnerabilities after being pushed to the repository.public String toString()
toString
in class Object
Object.toString()
public PutImageScanningConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()