@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 you can use the add-on with. | 
| Integer | getMaxResults()
 The maximum number of results, returned in paginated output. | 
| String | getNextToken()
 The  nextTokenvalue returned from a previous paginated request, wheremaxResultswas
 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, returned in paginated output. | 
| void | setNextToken(String nextToken)
 The  nextTokenvalue returned from a previous paginated request, wheremaxResultswas
 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, returned in paginated output. | 
| DescribeAddonVersionsRequest | withNextToken(String nextToken)
 The  nextTokenvalue returned from a previous paginated request, wheremaxResultswas
 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, 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, returned in paginated output. You receive maxResults in a single
 page, along with a nextToken response element. You can see the remaining results of the initial
 request by sending another request with the returned nextToken value. This value can be between 1
 and 100. If you don't use this parameter, 100 results and a nextToken value, if applicable, are
 returned.
 
maxResults - The maximum number of results, returned in paginated output. You receive maxResults in a
        single page, along with a nextToken response element. You can see the remaining results of
        the initial request by sending another request with the returned nextToken value. This value
        can be between 1 and 100. If you don't use this parameter, 100 results and a nextToken value,
        if applicable, are returned.public Integer getMaxResults()
 The maximum number of results, returned in paginated output. You receive maxResults in a single
 page, along with a nextToken response element. You can see the remaining results of the initial
 request by sending another request with the returned nextToken value. This value can be between 1
 and 100. If you don't use this parameter, 100 results and a nextToken value, if applicable, are
 returned.
 
maxResults in a
         single page, along with a nextToken response element. You can see the remaining results of
         the initial request by sending another request with the returned nextToken value. This value
         can be between 1 and 100. If you don't use this parameter, 100 results and a nextToken
         value, if applicable, are returned.public DescribeAddonVersionsRequest withMaxResults(Integer maxResults)
 The maximum number of results, returned in paginated output. You receive maxResults in a single
 page, along with a nextToken response element. You can see the remaining results of the initial
 request by sending another request with the returned nextToken value. This value can be between 1
 and 100. If you don't use this parameter, 100 results and a nextToken value, if applicable, are
 returned.
 
maxResults - The maximum number of results, returned in paginated output. You receive maxResults in a
        single page, along with a nextToken response element. You can see the remaining results of
        the initial request by sending another request with the returned nextToken value. This value
        can be between 1 and 100. If you don't use this parameter, 100 results and a nextToken value,
        if applicable, are returned.public void setNextToken(String nextToken)
 The nextToken value returned from a previous paginated request, 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 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 returned from a previous paginated request, 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 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 returned from a previous paginated request, 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 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 returned from a previous paginated request, 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 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 DescribeAddonVersionsRequest withNextToken(String nextToken)
 The nextToken value returned from a previous paginated request, 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 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 returned from a previous paginated request, 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 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 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()