Cloneable
, ReadLimitInfo
, ToCopyableBuilder<BatchCheckLayerAvailabilityRequest.Builder,BatchCheckLayerAvailabilityRequest>
@Generated("software.amazon.awssdk:codegen") public class BatchCheckLayerAvailabilityRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<BatchCheckLayerAvailabilityRequest.Builder,BatchCheckLayerAvailabilityRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
BatchCheckLayerAvailabilityRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static BatchCheckLayerAvailabilityRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
layerDigests() |
The digests of the image layers to check.
|
String |
registryId() |
The AWS account ID associated with the registry that contains the image layers to check.
|
String |
repositoryName() |
The name of the repository that is associated with the image layers to check.
|
static Class<? extends BatchCheckLayerAvailabilityRequest.Builder> |
serializableBuilderClass() |
|
BatchCheckLayerAvailabilityRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String registryId()
The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.
public String repositoryName()
The name of the repository that is associated with the image layers to check.
public List<String> layerDigests()
The digests of the image layers to check.
public BatchCheckLayerAvailabilityRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchCheckLayerAvailabilityRequest.Builder,BatchCheckLayerAvailabilityRequest>
public static BatchCheckLayerAvailabilityRequest.Builder builder()
public static Class<? extends BatchCheckLayerAvailabilityRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.