Class ResolveCustomerResponse

    • Method Detail

      • customerIdentifier

        public final String customerIdentifier()

        The CustomerIdentifier is used to identify an individual customer in your application. Calls to BatchMeterUsage require CustomerIdentifiers for each UsageRecord.

        Returns:
        The CustomerIdentifier is used to identify an individual customer in your application. Calls to BatchMeterUsage require CustomerIdentifiers for each UsageRecord.
      • productCode

        public final String productCode()

        The product code is returned to confirm that the buyer is registering for your product. Subsequent BatchMeterUsage calls should be made using this product code.

        Returns:
        The product code is returned to confirm that the buyer is registering for your product. Subsequent BatchMeterUsage calls should be made using this product code.
      • customerAWSAccountId

        public final String customerAWSAccountId()

        The CustomerAWSAccountId provides the AWS account ID associated with the CustomerIdentifier for the individual customer.

        Returns:
        The CustomerAWSAccountId provides the AWS account ID associated with the CustomerIdentifier for the individual customer.
      • 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