Class DescribeScalableTargetsResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanTheNextTokenvalue to include in a futureDescribeScalableTargetsrequest.The list of scalable targets that matches the request parameters.inthashCode()voidsetNextToken(String nextToken) TheNextTokenvalue to include in a futureDescribeScalableTargetsrequest.voidsetScalableTargets(Collection<ScalableTarget> scalableTargets) The list of scalable targets that matches the request parameters.toString()Returns a string representation of this object; useful for testing and debugging.withNextToken(String nextToken) TheNextTokenvalue to include in a futureDescribeScalableTargetsrequest.withScalableTargets(ScalableTarget... scalableTargets) The list of scalable targets that matches the request parameters.withScalableTargets(Collection<ScalableTarget> scalableTargets) The list of scalable targets that matches the request parameters.
-
Constructor Details
-
DescribeScalableTargetsResult
public DescribeScalableTargetsResult()
-
-
Method Details
-
getScalableTargets
The list of scalable targets that matches the request parameters.
- Returns:
- The list of scalable targets that matches the request parameters.
-
setScalableTargets
The list of scalable targets that matches the request parameters.
- Parameters:
scalableTargets- The list of scalable targets that matches the request parameters.
-
withScalableTargets
The list of scalable targets that matches the request parameters.
NOTE: This method appends the values to the existing list (if any). Use
setScalableTargets(java.util.Collection)orwithScalableTargets(java.util.Collection)if you want to override the existing values.- Parameters:
scalableTargets- The list of scalable targets that matches the request parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withScalableTargets
public DescribeScalableTargetsResult withScalableTargets(Collection<ScalableTarget> scalableTargets) The list of scalable targets that matches the request parameters.
- Parameters:
scalableTargets- The list of scalable targets that matches the request parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The
NextTokenvalue to include in a futureDescribeScalableTargetsrequest. When the results of aDescribeScalableTargetsrequest exceedMaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Parameters:
nextToken- TheNextTokenvalue to include in a futureDescribeScalableTargetsrequest. When the results of aDescribeScalableTargetsrequest exceedMaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
-
getNextToken
The
NextTokenvalue to include in a futureDescribeScalableTargetsrequest. When the results of aDescribeScalableTargetsrequest exceedMaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- The
NextTokenvalue to include in a futureDescribeScalableTargetsrequest. When the results of aDescribeScalableTargetsrequest exceedMaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
-
withNextToken
The
NextTokenvalue to include in a futureDescribeScalableTargetsrequest. When the results of aDescribeScalableTargetsrequest exceedMaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Parameters:
nextToken- TheNextTokenvalue to include in a futureDescribeScalableTargetsrequest. When the results of aDescribeScalableTargetsrequest exceedMaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-