Class ListServicesResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThenextTokenvalue to include in a futureListServicesrequest.The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.inthashCode()voidsetNextToken(String nextToken) ThenextTokenvalue to include in a futureListServicesrequest.voidsetServiceArns(Collection<String> serviceArns) The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.toString()Returns a string representation of this object; useful for testing and debugging.withNextToken(String nextToken) ThenextTokenvalue to include in a futureListServicesrequest.withServiceArns(String... serviceArns) The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.withServiceArns(Collection<String> serviceArns) The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.
-
Constructor Details
-
ListServicesResult
public ListServicesResult()
-
-
Method Details
-
getServiceArns
The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.
- Returns:
- The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.
-
setServiceArns
The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.
- Parameters:
serviceArns- The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.
-
withServiceArns
The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.
NOTE: This method appends the values to the existing list (if any). Use
setServiceArns(java.util.Collection)orwithServiceArns(java.util.Collection)if you want to override the existing values.- Parameters:
serviceArns- The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withServiceArns
The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.
- Parameters:
serviceArns- The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The
nextTokenvalue to include in a futureListServicesrequest. When the results of aListServicesrequest 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 futureListServicesrequest. When the results of aListServicesrequest 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 futureListServicesrequest. When the results of aListServicesrequest 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 futureListServicesrequest. When the results of aListServicesrequest 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 futureListServicesrequest. When the results of aListServicesrequest 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 futureListServicesrequest. When the results of aListServicesrequest 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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-