@Generated(value="software.amazon.awssdk:codegen") public final class AwsLambdaFunctionLayer extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsLambdaFunctionLayer.Builder,AwsLambdaFunctionLayer>
An AWS Lambda layer.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsLambdaFunctionLayer.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the function layer.
|
static AwsLambdaFunctionLayer.Builder |
builder() |
Integer |
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() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsLambdaFunctionLayer.Builder> |
serializableBuilderClass() |
AwsLambdaFunctionLayer.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the function layer.
public final Integer codeSize()
The size of the layer archive in bytes.
public AwsLambdaFunctionLayer.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsLambdaFunctionLayer.Builder,AwsLambdaFunctionLayer>public static AwsLambdaFunctionLayer.Builder builder()
public static Class<? extends AwsLambdaFunctionLayer.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.