@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() |
boolean |
equals(Object obj) |
String |
getAddonName()
The name of the add-on.
|
String |
getKubernetesVersion()
The Kubernetes versions that you can use the add-on 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. |
List<String> |
getOwners()
The owner of the add-on.
|
List<String> |
getPublishers()
The publisher of the add-on.
|
List<String> |
getTypes()
The type of the add-on.
|
int |
hashCode() |
void |
setAddonName(String addonName)
The name of the add-on.
|
void |
setKubernetesVersion(String kubernetesVersion)
The Kubernetes versions that you can use the add-on 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. |
void |
setOwners(Collection<String> owners)
The owner of the add-on.
|
void |
setPublishers(Collection<String> publishers)
The publisher of the add-on.
|
void |
setTypes(Collection<String> types)
The type of the add-on.
|
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 you can use the add-on 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. |
DescribeAddonVersionsRequest |
withOwners(Collection<String> owners)
The owner of the add-on.
|
DescribeAddonVersionsRequest |
withOwners(String... owners)
The owner of the add-on.
|
DescribeAddonVersionsRequest |
withPublishers(Collection<String> publishers)
The publisher of the add-on.
|
DescribeAddonVersionsRequest |
withPublishers(String... publishers)
The publisher of the add-on.
|
DescribeAddonVersionsRequest |
withTypes(Collection<String> types)
The type of the add-on.
|
DescribeAddonVersionsRequest |
withTypes(String... types)
The type of the add-on.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setKubernetesVersion(String kubernetesVersion)
The Kubernetes versions that you can use the add-on with.
kubernetesVersion - The Kubernetes versions that you can use the add-on with.public String getKubernetesVersion()
The Kubernetes versions that you can use the add-on with.
public DescribeAddonVersionsRequest withKubernetesVersion(String kubernetesVersion)
The Kubernetes versions that you can use the add-on with.
kubernetesVersion - The Kubernetes versions that you can use the add-on 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 List<String> getTypes()
The type of the add-on. For valid types, don't specify a value for this property.
types, don't specify a value for this property.public void setTypes(Collection<String> types)
The type of the add-on. For valid types, don't specify a value for this property.
types - The type of the add-on. For valid types, don't specify a value for this property.public DescribeAddonVersionsRequest withTypes(String... types)
The type of the add-on. For valid types, don't specify a value for this property.
NOTE: This method appends the values to the existing list (if any). Use
setTypes(java.util.Collection) or withTypes(java.util.Collection) if you want to override the
existing values.
types - The type of the add-on. For valid types, don't specify a value for this property.public DescribeAddonVersionsRequest withTypes(Collection<String> types)
The type of the add-on. For valid types, don't specify a value for this property.
types - The type of the add-on. For valid types, don't specify a value for this property.public List<String> getPublishers()
The publisher of the add-on. For valid publishers, don't specify a value for this property.
publishers, don't specify a value for this property.public void setPublishers(Collection<String> publishers)
The publisher of the add-on. For valid publishers, don't specify a value for this property.
publishers - The publisher of the add-on. For valid publishers, don't specify a value for this property.public DescribeAddonVersionsRequest withPublishers(String... publishers)
The publisher of the add-on. For valid publishers, don't specify a value for this property.
NOTE: This method appends the values to the existing list (if any). Use
setPublishers(java.util.Collection) or withPublishers(java.util.Collection) if you want to
override the existing values.
publishers - The publisher of the add-on. For valid publishers, don't specify a value for this property.public DescribeAddonVersionsRequest withPublishers(Collection<String> publishers)
The publisher of the add-on. For valid publishers, don't specify a value for this property.
publishers - The publisher of the add-on. For valid publishers, don't specify a value for this property.public List<String> getOwners()
The owner of the add-on. For valid owners, don't specify a value for this property.
owners, don't specify a value for this property.public void setOwners(Collection<String> owners)
The owner of the add-on. For valid owners, don't specify a value for this property.
owners - The owner of the add-on. For valid owners, don't specify a value for this property.public DescribeAddonVersionsRequest withOwners(String... owners)
The owner of the add-on. For valid owners, don't specify a value for this property.
NOTE: This method appends the values to the existing list (if any). Use
setOwners(java.util.Collection) or withOwners(java.util.Collection) if you want to override the
existing values.
owners - The owner of the add-on. For valid owners, don't specify a value for this property.public DescribeAddonVersionsRequest withOwners(Collection<String> owners)
The owner of the add-on. For valid owners, don't specify a value for this property.
owners - The owner of the add-on. For valid owners, don't specify a value for this property.public String toString()
toString in class ObjectObject.toString()public DescribeAddonVersionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.