@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUserDefinedFunctionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetUserDefinedFunctionsResult() |
Modifier and Type | Method and Description |
---|---|
GetUserDefinedFunctionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A continuation token, if the list of functions returned does not include the last requested function.
|
List<UserDefinedFunction> |
getUserDefinedFunctions()
A list of requested function definitions.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A continuation token, if the list of functions returned does not include the last requested function.
|
void |
setUserDefinedFunctions(Collection<UserDefinedFunction> userDefinedFunctions)
A list of requested function definitions.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetUserDefinedFunctionsResult |
withNextToken(String nextToken)
A continuation token, if the list of functions returned does not include the last requested function.
|
GetUserDefinedFunctionsResult |
withUserDefinedFunctions(Collection<UserDefinedFunction> userDefinedFunctions)
A list of requested function definitions.
|
GetUserDefinedFunctionsResult |
withUserDefinedFunctions(UserDefinedFunction... userDefinedFunctions)
A list of requested function definitions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<UserDefinedFunction> getUserDefinedFunctions()
A list of requested function definitions.
public void setUserDefinedFunctions(Collection<UserDefinedFunction> userDefinedFunctions)
A list of requested function definitions.
userDefinedFunctions
- A list of requested function definitions.public GetUserDefinedFunctionsResult withUserDefinedFunctions(UserDefinedFunction... userDefinedFunctions)
A list of requested function definitions.
NOTE: This method appends the values to the existing list (if any). Use
setUserDefinedFunctions(java.util.Collection)
or withUserDefinedFunctions(java.util.Collection)
if you want to override the existing values.
userDefinedFunctions
- A list of requested function definitions.public GetUserDefinedFunctionsResult withUserDefinedFunctions(Collection<UserDefinedFunction> userDefinedFunctions)
A list of requested function definitions.
userDefinedFunctions
- A list of requested function definitions.public void setNextToken(String nextToken)
A continuation token, if the list of functions returned does not include the last requested function.
nextToken
- A continuation token, if the list of functions returned does not include the last requested function.public String getNextToken()
A continuation token, if the list of functions returned does not include the last requested function.
public GetUserDefinedFunctionsResult withNextToken(String nextToken)
A continuation token, if the list of functions returned does not include the last requested function.
nextToken
- A continuation token, if the list of functions returned does not include the last requested function.public String toString()
toString
in class Object
Object.toString()
public GetUserDefinedFunctionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.