@Generated(value="software.amazon.awssdk:codegen") public final class LayerVersionsListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LayerVersionsListItem.Builder,LayerVersionsListItem>
Details about a version of an AWS Lambda layer.
Modifier and Type | Class and Description |
---|---|
static interface |
LayerVersionsListItem.Builder |
Modifier and Type | Method and Description |
---|---|
static LayerVersionsListItem.Builder |
builder() |
List<Runtime> |
compatibleRuntimes()
The layer's compatible runtimes.
|
List<String> |
compatibleRuntimesAsStrings()
The layer's compatible runtimes.
|
String |
createdDate()
The date that the version was created, in ISO 8601 format.
|
String |
description()
The description of the version.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCompatibleRuntimes()
Returns true if the CompatibleRuntimes property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
String |
layerVersionArn()
The ARN of the layer version.
|
String |
licenseInfo()
The layer's open-source license.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LayerVersionsListItem.Builder> |
serializableBuilderClass() |
LayerVersionsListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
version()
The version number.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String layerVersionArn()
The ARN of the layer version.
public Long version()
The version number.
public String description()
The description of the version.
public String createdDate()
The date that the version was created, in ISO 8601 format. For example, 2018-11-27T15:10:45.123+0000
.
2018-11-27T15:10:45.123+0000
.public List<Runtime> compatibleRuntimes()
The layer's compatible runtimes.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCompatibleRuntimes()
to see if a value was sent in this field.
public boolean hasCompatibleRuntimes()
public List<String> compatibleRuntimesAsStrings()
The layer's compatible runtimes.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCompatibleRuntimes()
to see if a value was sent in this field.
public String licenseInfo()
The layer's open-source license.
public LayerVersionsListItem.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<LayerVersionsListItem.Builder,LayerVersionsListItem>
public static LayerVersionsListItem.Builder builder()
public static Class<? extends LayerVersionsListItem.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.