@Generated(value="software.amazon.awssdk:codegen") public final class PutImageScanningConfigurationRequest extends EcrRequest implements ToCopyableBuilder<PutImageScanningConfigurationRequest.Builder,PutImageScanningConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutImageScanningConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutImageScanningConfigurationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ImageScanningConfiguration |
imageScanningConfiguration()
The image scanning configuration for the repository.
|
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.
|
String |
repositoryName()
The name of the repository in which to update the image scanning configuration setting.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutImageScanningConfigurationRequest.Builder> |
serializableBuilderClass() |
PutImageScanningConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final String repositoryName()
The name of the repository in which to update the image scanning configuration setting.
public final 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.
public PutImageScanningConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutImageScanningConfigurationRequest.Builder,PutImageScanningConfigurationRequest>toBuilder in class EcrRequestpublic static PutImageScanningConfigurationRequest.Builder builder()
public static Class<? extends PutImageScanningConfigurationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.