Class ListServicesResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
ThenextToken
value to include in a futureListServices
request.The list of full Amazon Resource Name (ARN) entries for each service associated with the specified cluster.int
hashCode()
void
setNextToken
(String nextToken) ThenextToken
value to include in a futureListServices
request.void
setServiceArns
(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) ThenextToken
value to include in a futureListServices
request.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
nextToken
value to include in a futureListServices
request. When the results of aListServices
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 futureListServices
request. When the results of aListServices
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 futureListServices
request. When the results of aListServices
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 futureListServices
request. When the results of aListServices
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 futureListServices
request. When the results of aListServices
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 futureListServices
request. When the results of aListServices
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
-