Class Layer
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<Layer.Builder,- Layer> 
An object that represents an Amazon ECR image layer.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic Layer.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final LayerAvailabilityThe availability status of the image layer.final StringThe availability status of the image layer.final StringThesha256digest of the image layer.final LongThe size, in bytes, of the image layer.final StringThe media type of the layer, such asapplication/vnd.docker.image.rootfs.diff.tar.gziporapplication/vnd.oci.image.layer.v1.tar+gzip.static Class<? extends Layer.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
layerDigestThe sha256digest of the image layer.- Returns:
- The sha256digest of the image layer.
 
- 
layerAvailabilityThe availability status of the image layer. If the service returns an enum value that is not available in the current SDK version, layerAvailabilitywill returnLayerAvailability.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlayerAvailabilityAsString().- Returns:
- The availability status of the image layer.
- See Also:
 
- 
layerAvailabilityAsStringThe availability status of the image layer. If the service returns an enum value that is not available in the current SDK version, layerAvailabilitywill returnLayerAvailability.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlayerAvailabilityAsString().- Returns:
- The availability status of the image layer.
- See Also:
 
- 
layerSizeThe size, in bytes, of the image layer. - Returns:
- The size, in bytes, of the image layer.
 
- 
mediaTypeThe media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gziporapplication/vnd.oci.image.layer.v1.tar+gzip.- Returns:
- The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gziporapplication/vnd.oci.image.layer.v1.tar+gzip.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<Layer.Builder,- Layer> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-