@Generated(value="software.amazon.awssdk:codegen") public final class LayerVersionContentOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LayerVersionContentOutput.Builder,LayerVersionContentOutput>
Details about a layer version.
| 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)  | 
<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()  | 
LayerVersionContentOutput.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic String location()
A link to the layer archive in Amazon S3 that is valid for 10 minutes.
public String codeSha256()
The SHA-256 hash of the layer archive.
public Long codeSize()
The size of the layer archive in bytes.
public LayerVersionContentOutput.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<LayerVersionContentOutput.Builder,LayerVersionContentOutput>public static LayerVersionContentOutput.Builder builder()
public static Class<? extends LayerVersionContentOutput.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.