@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsLambdaFunctionLayer extends Object implements Serializable, Cloneable, StructuredPojo
An Lambda layer.
Constructor and Description |
---|
AwsLambdaFunctionLayer() |
Modifier and Type | Method and Description |
---|---|
AwsLambdaFunctionLayer |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the function layer.
|
Integer |
getCodeSize()
The size of the layer archive in bytes.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the function layer.
|
void |
setCodeSize(Integer codeSize)
The size of the layer archive in bytes.
|
String |
toString()
Returns a string representation of this object.
|
AwsLambdaFunctionLayer |
withArn(String arn)
The ARN of the function layer.
|
AwsLambdaFunctionLayer |
withCodeSize(Integer codeSize)
The size of the layer archive in bytes.
|
public void setArn(String arn)
The ARN of the function layer.
arn
- The ARN of the function layer.public String getArn()
The ARN of the function layer.
public AwsLambdaFunctionLayer withArn(String arn)
The ARN of the function layer.
arn
- The ARN of the function layer.public void setCodeSize(Integer codeSize)
The size of the layer archive in bytes.
codeSize
- The size of the layer archive in bytes.public Integer getCodeSize()
The size of the layer archive in bytes.
public AwsLambdaFunctionLayer withCodeSize(Integer codeSize)
The size of the layer archive in bytes.
codeSize
- The size of the layer archive in bytes.public String toString()
toString
in class Object
Object.toString()
public AwsLambdaFunctionLayer clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.