@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAddonVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAddonVersionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAddonVersionsResult |
clone() |
boolean |
equals(Object obj) |
List<AddonInfo> |
getAddons()
The list of available versions with Kubernetes version compatibility and other properties.
|
String |
getNextToken()
The
nextToken value to include in a future DescribeAddonVersions request. |
int |
hashCode() |
void |
setAddons(Collection<AddonInfo> addons)
The list of available versions with Kubernetes version compatibility and other properties.
|
void |
setNextToken(String nextToken)
The
nextToken value to include in a future DescribeAddonVersions request. |
String |
toString()
Returns a string representation of this object.
|
DescribeAddonVersionsResult |
withAddons(AddonInfo... addons)
The list of available versions with Kubernetes version compatibility and other properties.
|
DescribeAddonVersionsResult |
withAddons(Collection<AddonInfo> addons)
The list of available versions with Kubernetes version compatibility and other properties.
|
DescribeAddonVersionsResult |
withNextToken(String nextToken)
The
nextToken value to include in a future DescribeAddonVersions request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AddonInfo> getAddons()
The list of available versions with Kubernetes version compatibility and other properties.
public void setAddons(Collection<AddonInfo> addons)
The list of available versions with Kubernetes version compatibility and other properties.
addons
- The list of available versions with Kubernetes version compatibility and other properties.public DescribeAddonVersionsResult withAddons(AddonInfo... addons)
The list of available versions with Kubernetes version compatibility and other properties.
NOTE: This method appends the values to the existing list (if any). Use
setAddons(java.util.Collection)
or withAddons(java.util.Collection)
if you want to override the
existing values.
addons
- The list of available versions with Kubernetes version compatibility and other properties.public DescribeAddonVersionsResult withAddons(Collection<AddonInfo> addons)
The list of available versions with Kubernetes version compatibility and other properties.
addons
- The list of available versions with Kubernetes version compatibility and other properties.public void setNextToken(String nextToken)
The nextToken
value to include in a future DescribeAddonVersions
request. When the
results of a DescribeAddonVersions
request exceed maxResults
, you can use this value to
retrieve the next page of results. This value is null
when there are no more results to return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
nextToken
- The nextToken
value to include in a future DescribeAddonVersions
request. When
the results of a DescribeAddonVersions
request exceed maxResults
, you can use
this value to retrieve the next page of results. This value is null
when there are no more
results to return. This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
public String getNextToken()
The nextToken
value to include in a future DescribeAddonVersions
request. When the
results of a DescribeAddonVersions
request exceed maxResults
, you can use this value to
retrieve the next page of results. This value is null
when there are no more results to return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
nextToken
value to include in a future DescribeAddonVersions
request. When
the results of a DescribeAddonVersions
request exceed maxResults
, you can use
this value to retrieve the next page of results. This value is null
when there are no more
results to return. This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
public DescribeAddonVersionsResult withNextToken(String nextToken)
The nextToken
value to include in a future DescribeAddonVersions
request. When the
results of a DescribeAddonVersions
request exceed maxResults
, you can use this value to
retrieve the next page of results. This value is null
when there are no more results to return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
nextToken
- The nextToken
value to include in a future DescribeAddonVersions
request. When
the results of a DescribeAddonVersions
request exceed maxResults
, you can use
this value to retrieve the next page of results. This value is null
when there are no more
results to return. This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
public String toString()
toString
in class Object
Object.toString()
public DescribeAddonVersionsResult clone()