public class ListLambdaFunctionsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListLambdaFunctionsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getLambdaFunctions()
The Lambdafunction ARNs associated with the specified instance.
|
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
int |
hashCode() |
void |
setLambdaFunctions(java.util.Collection<java.lang.String> lambdaFunctions)
The Lambdafunction ARNs associated with the specified instance.
|
void |
setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListLambdaFunctionsResult |
withLambdaFunctions(java.util.Collection<java.lang.String> lambdaFunctions)
The Lambdafunction ARNs associated with the specified instance.
|
ListLambdaFunctionsResult |
withLambdaFunctions(java.lang.String... lambdaFunctions)
The Lambdafunction ARNs associated with the specified instance.
|
ListLambdaFunctionsResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
public java.util.List<java.lang.String> getLambdaFunctions()
The Lambdafunction ARNs associated with the specified instance.
The Lambdafunction ARNs associated with the specified instance.
public void setLambdaFunctions(java.util.Collection<java.lang.String> lambdaFunctions)
The Lambdafunction ARNs associated with the specified instance.
lambdaFunctions
- The Lambdafunction ARNs associated with the specified instance.
public ListLambdaFunctionsResult withLambdaFunctions(java.lang.String... lambdaFunctions)
The Lambdafunction ARNs associated with the specified instance.
Returns a reference to this object so that method calls can be chained together.
lambdaFunctions
- The Lambdafunction ARNs associated with the specified instance.
public ListLambdaFunctionsResult withLambdaFunctions(java.util.Collection<java.lang.String> lambdaFunctions)
The Lambdafunction ARNs associated with the specified instance.
Returns a reference to this object so that method calls can be chained together.
lambdaFunctions
- The Lambdafunction ARNs associated with the specified instance.
public java.lang.String getNextToken()
If there are additional results, this is the token for the next set of results.
If there are additional results, this is the token for the next set of results.
public void setNextToken(java.lang.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 ListLambdaFunctionsResult withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextToken
- If there are additional results, this is the token for the next set of results.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.