@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAddonVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAddonVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAddonVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAddonName()
The name of the add-on.
|
String |
getKubernetesVersion()
The Kubernetes versions that the add-on can be used with.
|
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
The
nextToken value returned from a previous paginated DescribeAddonVersionsRequest
where maxResults was used and the results exceeded the value of that parameter. |
int |
hashCode() |
void |
setAddonName(String addonName)
The name of the add-on.
|
void |
setKubernetesVersion(String kubernetesVersion)
The Kubernetes versions that the add-on can be used with.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
The
nextToken value returned from a previous paginated DescribeAddonVersionsRequest
where maxResults was used and the results exceeded the value of that parameter. |
String |
toString()
Returns a string representation of this object.
|
DescribeAddonVersionsRequest |
withAddonName(String addonName)
The name of the add-on.
|
DescribeAddonVersionsRequest |
withKubernetesVersion(String kubernetesVersion)
The Kubernetes versions that the add-on can be used with.
|
DescribeAddonVersionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
DescribeAddonVersionsRequest |
withNextToken(String nextToken)
The
nextToken value returned from a previous paginated DescribeAddonVersionsRequest
where maxResults was used and the results exceeded the value of that parameter. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setKubernetesVersion(String kubernetesVersion)
The Kubernetes versions that the add-on can be used with.
kubernetesVersion
- The Kubernetes versions that the add-on can be used with.public String getKubernetesVersion()
The Kubernetes versions that the add-on can be used with.
public DescribeAddonVersionsRequest withKubernetesVersion(String kubernetesVersion)
The Kubernetes versions that the add-on can be used with.
kubernetesVersion
- The Kubernetes versions that the add-on can be used with.public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public DescribeAddonVersionsRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public void setNextToken(String nextToken)
The nextToken
value returned from a previous paginated DescribeAddonVersionsRequest
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
DescribeAddonVersionsRequest
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 DescribeAddonVersionsRequest
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
DescribeAddonVersionsRequest
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 DescribeAddonVersionsRequest withNextToken(String nextToken)
The nextToken
value returned from a previous paginated DescribeAddonVersionsRequest
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
DescribeAddonVersionsRequest
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 void setAddonName(String addonName)
The name of the add-on. The name must match one of the names returned by ListAddons
.
addonName
- The name of the add-on. The name must match one of the names returned by ListAddons
.public String getAddonName()
The name of the add-on. The name must match one of the names returned by ListAddons
.
ListAddons
.public DescribeAddonVersionsRequest withAddonName(String addonName)
The name of the add-on. The name must match one of the names returned by ListAddons
.
addonName
- The name of the add-on. The name must match one of the names returned by ListAddons
.public String toString()
toString
in class Object
Object.toString()
public DescribeAddonVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()