Class DescribeAddonVersionsRequest

    • Method Detail

      • kubernetesVersion

        public final String kubernetesVersion()

        The Kubernetes versions that you can use the add-on with.

        Returns:
        The Kubernetes versions that you can use the add-on with.
      • maxResults

        public final 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.

        Returns:
        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.
      • nextToken

        public final 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.

        Returns:
        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.

      • addonName

        public final String addonName()

        The name of the add-on. The name must match one of the names returned by ListAddons .

        Returns:
        The name of the add-on. The name must match one of the names returned by ListAddons .
      • hasTypes

        public final boolean hasTypes()
        For responses, this returns true if the service returned a value for the Types property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • types

        public final List<String> types()

        The type of the add-on. For valid types, don't specify a value for this property.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasTypes() method.

        Returns:
        The type of the add-on. For valid types, don't specify a value for this property.
      • hasPublishers

        public final boolean hasPublishers()
        For responses, this returns true if the service returned a value for the Publishers property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • publishers

        public final List<String> publishers()

        The publisher of the add-on. For valid publishers, don't specify a value for this property.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasPublishers() method.

        Returns:
        The publisher of the add-on. For valid publishers, don't specify a value for this property.
      • hasOwners

        public final boolean hasOwners()
        For responses, this returns true if the service returned a value for the Owners property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • owners

        public final List<String> owners()

        The owner of the add-on. For valid owners, don't specify a value for this property.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasOwners() method.

        Returns:
        The owner of the add-on. For valid owners, don't specify a value for this property.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object