Class UpdateLicenseConfigurationRequest

    • Method Detail

      • licenseConfigurationArn

        public final String licenseConfigurationArn()

        Amazon Resource Name (ARN) of the license configuration.

        Returns:
        Amazon Resource Name (ARN) of the license configuration.
      • hasLicenseRules

        public final boolean hasLicenseRules()
        For responses, this returns true if the service returned a value for the LicenseRules 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.
      • licenseRules

        public final List<String> licenseRules()

        New license rule. The only rule that you can add after you create a license configuration is licenseAffinityToHost.

        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 hasLicenseRules() method.

        Returns:
        New license rule. The only rule that you can add after you create a license configuration is licenseAffinityToHost.
      • licenseCount

        public final Long licenseCount()

        New number of licenses managed by the license configuration.

        Returns:
        New number of licenses managed by the license configuration.
      • licenseCountHardLimit

        public final Boolean licenseCountHardLimit()

        New hard limit of the number of available licenses.

        Returns:
        New hard limit of the number of available licenses.
      • name

        public final String name()

        New name of the license configuration.

        Returns:
        New name of the license configuration.
      • description

        public final String description()

        New description of the license configuration.

        Returns:
        New description of the license configuration.
      • hasProductInformationList

        public final boolean hasProductInformationList()
        For responses, this returns true if the service returned a value for the ProductInformationList 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.
      • productInformationList

        public final List<ProductInformation> productInformationList()

        New product information.

        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 hasProductInformationList() method.

        Returns:
        New product information.
      • disassociateWhenNotFound

        public final Boolean disassociateWhenNotFound()

        When true, disassociates a resource when software is uninstalled.

        Returns:
        When true, disassociates a resource when software is uninstalled.
      • 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