public class GetFunctionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
This response contains the object for the Lambda function location (see API_FunctionCodeLocation.
Modifier and Type | Field and Description |
---|---|
private FunctionCodeLocation |
code |
private FunctionConfiguration |
configuration |
Constructor and Description |
---|
GetFunctionResult() |
Modifier and Type | Method and Description |
---|---|
GetFunctionResult |
clone() |
boolean |
equals(java.lang.Object obj) |
FunctionCodeLocation |
getCode() |
FunctionConfiguration |
getConfiguration() |
int |
hashCode() |
void |
setCode(FunctionCodeLocation code) |
void |
setConfiguration(FunctionConfiguration configuration) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetFunctionResult |
withCode(FunctionCodeLocation code) |
GetFunctionResult |
withConfiguration(FunctionConfiguration configuration) |
private FunctionConfiguration configuration
private FunctionCodeLocation code
public void setConfiguration(FunctionConfiguration configuration)
configuration
- public FunctionConfiguration getConfiguration()
public GetFunctionResult withConfiguration(FunctionConfiguration configuration)
configuration
- public void setCode(FunctionCodeLocation code)
code
- public FunctionCodeLocation getCode()
public GetFunctionResult withCode(FunctionCodeLocation code)
code
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetFunctionResult clone()
clone
in class java.lang.Object