@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LayersListItem extends Object implements Serializable, Cloneable, StructuredPojo
Details about an Lambda layer.
Constructor and Description |
---|
LayersListItem() |
Modifier and Type | Method and Description |
---|---|
LayersListItem |
clone() |
boolean |
equals(Object obj) |
LayerVersionsListItem |
getLatestMatchingVersion()
The newest version of the layer.
|
String |
getLayerArn()
The Amazon Resource Name (ARN) of the function layer.
|
String |
getLayerName()
The name of the layer.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLatestMatchingVersion(LayerVersionsListItem latestMatchingVersion)
The newest version of the layer.
|
void |
setLayerArn(String layerArn)
The Amazon Resource Name (ARN) of the function layer.
|
void |
setLayerName(String layerName)
The name of the layer.
|
String |
toString()
Returns a string representation of this object.
|
LayersListItem |
withLatestMatchingVersion(LayerVersionsListItem latestMatchingVersion)
The newest version of the layer.
|
LayersListItem |
withLayerArn(String layerArn)
The Amazon Resource Name (ARN) of the function layer.
|
LayersListItem |
withLayerName(String layerName)
The name of the layer.
|
public void setLayerName(String layerName)
The name of the layer.
layerName
- The name of the layer.public String getLayerName()
The name of the layer.
public LayersListItem withLayerName(String layerName)
The name of the layer.
layerName
- The name of the layer.public void setLayerArn(String layerArn)
The Amazon Resource Name (ARN) of the function layer.
layerArn
- The Amazon Resource Name (ARN) of the function layer.public String getLayerArn()
The Amazon Resource Name (ARN) of the function layer.
public LayersListItem withLayerArn(String layerArn)
The Amazon Resource Name (ARN) of the function layer.
layerArn
- The Amazon Resource Name (ARN) of the function layer.public void setLatestMatchingVersion(LayerVersionsListItem latestMatchingVersion)
The newest version of the layer.
latestMatchingVersion
- The newest version of the layer.public LayerVersionsListItem getLatestMatchingVersion()
The newest version of the layer.
public LayersListItem withLatestMatchingVersion(LayerVersionsListItem latestMatchingVersion)
The newest version of the layer.
latestMatchingVersion
- The newest version of the layer.public String toString()
toString
in class Object
Object.toString()
public LayersListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.