@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLambdaFunctionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListLambdaFunctionsResult() |
Modifier and Type | Method and Description |
---|---|
ListLambdaFunctionsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getLambdaFunctions()
The Lambdafunction ARNs associated with the specified instance.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
int |
hashCode() |
void |
setLambdaFunctions(Collection<String> lambdaFunctions)
The Lambdafunction ARNs associated with the specified instance.
|
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListLambdaFunctionsResult |
withLambdaFunctions(Collection<String> lambdaFunctions)
The Lambdafunction ARNs associated with the specified instance.
|
ListLambdaFunctionsResult |
withLambdaFunctions(String... lambdaFunctions)
The Lambdafunction ARNs associated with the specified instance.
|
ListLambdaFunctionsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getLambdaFunctions()
The Lambdafunction ARNs associated with the specified instance.
public void setLambdaFunctions(Collection<String> lambdaFunctions)
The Lambdafunction ARNs associated with the specified instance.
lambdaFunctions
- The Lambdafunction ARNs associated with the specified instance.public ListLambdaFunctionsResult withLambdaFunctions(String... lambdaFunctions)
The Lambdafunction ARNs associated with the specified instance.
NOTE: This method appends the values to the existing list (if any). Use
setLambdaFunctions(java.util.Collection)
or withLambdaFunctions(java.util.Collection)
if you
want to override the existing values.
lambdaFunctions
- The Lambdafunction ARNs associated with the specified instance.public ListLambdaFunctionsResult withLambdaFunctions(Collection<String> lambdaFunctions)
The Lambdafunction ARNs associated with the specified instance.
lambdaFunctions
- The Lambdafunction ARNs associated with the specified instance.public void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListLambdaFunctionsResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListLambdaFunctionsResult clone()