@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLambdaFunctionRecommendationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetLambdaFunctionRecommendationsResult() |
Modifier and Type | Method and Description |
---|---|
GetLambdaFunctionRecommendationsResult |
clone() |
boolean |
equals(Object obj) |
List<LambdaFunctionRecommendation> |
getLambdaFunctionRecommendations()
An array of objects that describe function recommendations.
|
String |
getNextToken()
The token to use to advance to the next page of function recommendations.
|
int |
hashCode() |
void |
setLambdaFunctionRecommendations(Collection<LambdaFunctionRecommendation> lambdaFunctionRecommendations)
An array of objects that describe function recommendations.
|
void |
setNextToken(String nextToken)
The token to use to advance to the next page of function recommendations.
|
String |
toString()
Returns a string representation of this object.
|
GetLambdaFunctionRecommendationsResult |
withLambdaFunctionRecommendations(Collection<LambdaFunctionRecommendation> lambdaFunctionRecommendations)
An array of objects that describe function recommendations.
|
GetLambdaFunctionRecommendationsResult |
withLambdaFunctionRecommendations(LambdaFunctionRecommendation... lambdaFunctionRecommendations)
An array of objects that describe function recommendations.
|
GetLambdaFunctionRecommendationsResult |
withNextToken(String nextToken)
The token to use to advance to the next page of function recommendations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetLambdaFunctionRecommendationsResult()
public void setNextToken(String nextToken)
The token to use to advance to the next page of function recommendations.
This value is null when there are no more pages of function recommendations to return.
nextToken
- The token to use to advance to the next page of function recommendations.
This value is null when there are no more pages of function recommendations to return.
public String getNextToken()
The token to use to advance to the next page of function recommendations.
This value is null when there are no more pages of function recommendations to return.
This value is null when there are no more pages of function recommendations to return.
public GetLambdaFunctionRecommendationsResult withNextToken(String nextToken)
The token to use to advance to the next page of function recommendations.
This value is null when there are no more pages of function recommendations to return.
nextToken
- The token to use to advance to the next page of function recommendations.
This value is null when there are no more pages of function recommendations to return.
public List<LambdaFunctionRecommendation> getLambdaFunctionRecommendations()
An array of objects that describe function recommendations.
public void setLambdaFunctionRecommendations(Collection<LambdaFunctionRecommendation> lambdaFunctionRecommendations)
An array of objects that describe function recommendations.
lambdaFunctionRecommendations
- An array of objects that describe function recommendations.public GetLambdaFunctionRecommendationsResult withLambdaFunctionRecommendations(LambdaFunctionRecommendation... lambdaFunctionRecommendations)
An array of objects that describe function recommendations.
NOTE: This method appends the values to the existing list (if any). Use
setLambdaFunctionRecommendations(java.util.Collection)
or
withLambdaFunctionRecommendations(java.util.Collection)
if you want to override the existing values.
lambdaFunctionRecommendations
- An array of objects that describe function recommendations.public GetLambdaFunctionRecommendationsResult withLambdaFunctionRecommendations(Collection<LambdaFunctionRecommendation> lambdaFunctionRecommendations)
An array of objects that describe function recommendations.
lambdaFunctionRecommendations
- An array of objects that describe function recommendations.public String toString()
toString
in class Object
Object.toString()
public GetLambdaFunctionRecommendationsResult clone()