@Generated(value="software.amazon.awssdk:codegen") public final class LayersListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LayersListItem.Builder,LayersListItem>
Details about a function layer.
Modifier and Type | Class and Description |
---|---|
static interface |
LayersListItem.Builder |
Modifier and Type | Method and Description |
---|---|
static LayersListItem.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LayerVersionsListItem |
latestMatchingVersion()
The newest version of the layer.
|
String |
layerArn()
The Amazon Resource Name (ARN) of the function layer.
|
String |
layerName()
The name of the layer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LayersListItem.Builder> |
serializableBuilderClass() |
LayersListItem.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String layerName()
The name of the layer.
public String layerArn()
The Amazon Resource Name (ARN) of the function layer.
public LayerVersionsListItem latestMatchingVersion()
The newest version of the layer.
public LayersListItem.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LayersListItem.Builder,LayersListItem>
public static LayersListItem.Builder builder()
public static Class<? extends LayersListItem.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.