@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFunctionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ListFunctionsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListFunctionsResult | clone() | 
| boolean | equals(Object obj) | 
| List<FunctionConfiguration> | getFunctions()
 A list of  Functionobjects. | 
| String | getNextToken()
 An identifier that was returned from the previous call to this operation, which can be used to return the next
 set of items in the list. | 
| int | hashCode() | 
| void | setFunctions(Collection<FunctionConfiguration> functions)
 A list of  Functionobjects. | 
| void | setNextToken(String nextToken)
 An identifier that was returned from the previous call to this operation, which can be used to return the next
 set of items in the list. | 
| String | toString()Returns a string representation of this object. | 
| ListFunctionsResult | withFunctions(Collection<FunctionConfiguration> functions)
 A list of  Functionobjects. | 
| ListFunctionsResult | withFunctions(FunctionConfiguration... functions)
 A list of  Functionobjects. | 
| ListFunctionsResult | withNextToken(String nextToken)
 An identifier that was returned from the previous call to this operation, which can be used to return the next
 set of items in the list. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<FunctionConfiguration> getFunctions()
 A list of Function objects.
 
Function objects.public void setFunctions(Collection<FunctionConfiguration> functions)
 A list of Function objects.
 
functions - A list of Function objects.public ListFunctionsResult withFunctions(FunctionConfiguration... functions)
 A list of Function objects.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setFunctions(java.util.Collection) or withFunctions(java.util.Collection) if you want to
 override the existing values.
 
functions - A list of Function objects.public ListFunctionsResult withFunctions(Collection<FunctionConfiguration> functions)
 A list of Function objects.
 
functions - A list of Function objects.public void setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the
        next set of items in the list.public String getNextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public ListFunctionsResult withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the
        next set of items in the list.public String toString()
toString in class ObjectObject.toString()public ListFunctionsResult clone()