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