@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.
|
String |
getNextToken()
The
nextToken value returned from a previous paginated DescribeAddonVersionsResponse
where maxResults was used and the results exceeded the value of that parameter. |
int |
hashCode() |
void |
setAddons(Collection<AddonInfo> addons)
The list of available versions with Kubernetes version compatibility.
|
void |
setNextToken(String nextToken)
The
nextToken value returned from a previous paginated DescribeAddonVersionsResponse
where maxResults was used and the results exceeded the value of that parameter. |
String |
toString()
Returns a string representation of this object.
|
DescribeAddonVersionsResult |
withAddons(AddonInfo... addons)
The list of available versions with Kubernetes version compatibility.
|
DescribeAddonVersionsResult |
withAddons(Collection<AddonInfo> addons)
The list of available versions with Kubernetes version compatibility.
|
DescribeAddonVersionsResult |
withNextToken(String nextToken)
The
nextToken value returned from a previous paginated DescribeAddonVersionsResponse
where maxResults was used and the results exceeded the value of that parameter. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AddonInfo> getAddons()
The list of available versions with Kubernetes version compatibility.
public void setAddons(Collection<AddonInfo> addons)
The list of available versions with Kubernetes version compatibility.
addons - The list of available versions with Kubernetes version compatibility.public DescribeAddonVersionsResult withAddons(AddonInfo... addons)
The list of available versions with Kubernetes version compatibility.
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.public DescribeAddonVersionsResult withAddons(Collection<AddonInfo> addons)
The list of available versions with Kubernetes version compatibility.
addons - The list of available versions with Kubernetes version compatibility.public void setNextToken(String nextToken)
The nextToken value returned from a previous paginated DescribeAddonVersionsResponse
where maxResults was used and the results exceeded the value of that parameter. Pagination continues
from the end of the previous results that returned the nextToken value.
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 returned from a previous paginated
DescribeAddonVersionsResponse where maxResults was used and the results exceeded
the value of that parameter. Pagination continues from the end of the previous results that returned the
nextToken value. 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 returned from a previous paginated DescribeAddonVersionsResponse
where maxResults was used and the results exceeded the value of that parameter. Pagination continues
from the end of the previous results that returned the nextToken value.
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 returned from a previous paginated
DescribeAddonVersionsResponse where maxResults was used and the results
exceeded the value of that parameter. Pagination continues from the end of the previous results that
returned the nextToken value. 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 returned from a previous paginated DescribeAddonVersionsResponse
where maxResults was used and the results exceeded the value of that parameter. Pagination continues
from the end of the previous results that returned the nextToken value.
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 returned from a previous paginated
DescribeAddonVersionsResponse where maxResults was used and the results exceeded
the value of that parameter. Pagination continues from the end of the previous results that returned the
nextToken value. 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 ObjectObject.toString()public DescribeAddonVersionsResult clone()