@Generated(value="software.amazon.awssdk:codegen") public final class LayerVersionContentOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LayerVersionContentOutput.Builder,LayerVersionContentOutput>
Details about a version of an Lambda layer.
Modifier and Type | Class and Description |
---|---|
static interface |
LayerVersionContentOutput.Builder |
Modifier and Type | Method and Description |
---|---|
static LayerVersionContentOutput.Builder |
builder() |
String |
codeSha256()
The SHA-256 hash of the layer archive.
|
Long |
codeSize()
The size of the layer archive in bytes.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
location()
A link to the layer archive in Amazon S3 that is valid for 10 minutes.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LayerVersionContentOutput.Builder> |
serializableBuilderClass() |
String |
signingJobArn()
The Amazon Resource Name (ARN) of a signing job.
|
String |
signingProfileVersionArn()
The Amazon Resource Name (ARN) for a signing profile version.
|
LayerVersionContentOutput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String location()
A link to the layer archive in Amazon S3 that is valid for 10 minutes.
public final String codeSha256()
The SHA-256 hash of the layer archive.
public final Long codeSize()
The size of the layer archive in bytes.
public final String signingProfileVersionArn()
The Amazon Resource Name (ARN) for a signing profile version.
public final String signingJobArn()
The Amazon Resource Name (ARN) of a signing job.
public LayerVersionContentOutput.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<LayerVersionContentOutput.Builder,LayerVersionContentOutput>
public static LayerVersionContentOutput.Builder builder()
public static Class<? extends LayerVersionContentOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.