Class DescribeScalableTargetsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
TheNextToken
value to include in a futureDescribeScalableTargets
request.The list of scalable targets that matches the request parameters.int
hashCode()
void
setNextToken
(String nextToken) TheNextToken
value to include in a futureDescribeScalableTargets
request.void
setScalableTargets
(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) TheNextToken
value to include in a futureDescribeScalableTargets
request.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
NextToken
value to include in a futureDescribeScalableTargets
request. When the results of aDescribeScalableTargets
request exceedMaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Parameters:
nextToken
- TheNextToken
value to include in a futureDescribeScalableTargets
request. When the results of aDescribeScalableTargets
request exceedMaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.
-
getNextToken
The
NextToken
value to include in a futureDescribeScalableTargets
request. When the results of aDescribeScalableTargets
request exceedMaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- The
NextToken
value to include in a futureDescribeScalableTargets
request. When the results of aDescribeScalableTargets
request exceedMaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.
-
withNextToken
The
NextToken
value to include in a futureDescribeScalableTargets
request. When the results of aDescribeScalableTargets
request exceedMaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Parameters:
nextToken
- TheNextToken
value to include in a futureDescribeScalableTargets
request. When the results of aDescribeScalableTargets
request exceedMaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-