@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Function extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Function() |
Modifier and Type | Method and Description |
---|---|
Function |
clone() |
boolean |
equals(Object obj) |
String |
getFunctionArn()
The ARN of the Lambda function.
|
FunctionConfiguration |
getFunctionConfiguration()
The configuration of the Lambda function.
|
String |
getId()
A descriptive or arbitrary ID for the function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFunctionArn(String functionArn)
The ARN of the Lambda function.
|
void |
setFunctionConfiguration(FunctionConfiguration functionConfiguration)
The configuration of the Lambda function.
|
void |
setId(String id)
A descriptive or arbitrary ID for the function.
|
String |
toString()
Returns a string representation of this object.
|
Function |
withFunctionArn(String functionArn)
The ARN of the Lambda function.
|
Function |
withFunctionConfiguration(FunctionConfiguration functionConfiguration)
The configuration of the Lambda function.
|
Function |
withId(String id)
A descriptive or arbitrary ID for the function.
|
public void setFunctionArn(String functionArn)
functionArn
- The ARN of the Lambda function.public String getFunctionArn()
public Function withFunctionArn(String functionArn)
functionArn
- The ARN of the Lambda function.public void setFunctionConfiguration(FunctionConfiguration functionConfiguration)
functionConfiguration
- The configuration of the Lambda function.public FunctionConfiguration getFunctionConfiguration()
public Function withFunctionConfiguration(FunctionConfiguration functionConfiguration)
functionConfiguration
- The configuration of the Lambda function.public void setId(String id)
id
- A descriptive or arbitrary ID for the function. This value must be unique within the function definition
version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.public String getId()
public Function withId(String id)
id
- A descriptive or arbitrary ID for the function. This value must be unique within the function definition
version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.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.