Class RegisterUsageRequest

    • Method Detail

      • productCode

        public final String productCode()

        Product code is used to uniquely identify a product in AWS Marketplace. The product code should be the same as the one used during the publishing of a new product.

        Returns:
        Product code is used to uniquely identify a product in AWS Marketplace. The product code should be the same as the one used during the publishing of a new product.
      • publicKeyVersion

        public final Integer publicKeyVersion()

        Public Key Version provided by AWS Marketplace

        Returns:
        Public Key Version provided by AWS Marketplace
      • nonce

        public final String nonce()

        (Optional) To scope down the registration to a specific running software instance and guard against replay attacks.

        Returns:
        (Optional) To scope down the registration to a specific running software instance and guard against replay attacks.
      • 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