Class AccountSettings

    • Constructor Detail

      • AccountSettings

        public AccountSettings()
    • Method Detail

      • setAwsAccountNumber

        public void setAwsAccountNumber​(String awsAccountNumber)

        The AWS account number specified in the AccountSettings container.

        Parameters:
        awsAccountNumber - The AWS account number specified in the AccountSettings container.
      • getAwsAccountNumber

        public String getAwsAccountNumber()

        The AWS account number specified in the AccountSettings container.

        Returns:
        The AWS account number specified in the AccountSettings container.
      • withAwsAccountNumber

        public AccountSettings withAwsAccountNumber​(String awsAccountNumber)

        The AWS account number specified in the AccountSettings container.

        Parameters:
        awsAccountNumber - The AWS account number specified in the AccountSettings container.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getUnmeteredDevices

        public Map<String,​Integer> getUnmeteredDevices()

        Returns the unmetered devices you have purchased or want to purchase.

        Returns:
        Returns the unmetered devices you have purchased or want to purchase.
      • setUnmeteredDevices

        public void setUnmeteredDevices​(Map<String,​Integer> unmeteredDevices)

        Returns the unmetered devices you have purchased or want to purchase.

        Parameters:
        unmeteredDevices - Returns the unmetered devices you have purchased or want to purchase.
      • withUnmeteredDevices

        public AccountSettings withUnmeteredDevices​(Map<String,​Integer> unmeteredDevices)

        Returns the unmetered devices you have purchased or want to purchase.

        Parameters:
        unmeteredDevices - Returns the unmetered devices you have purchased or want to purchase.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearUnmeteredDevicesEntries

        public AccountSettings clearUnmeteredDevicesEntries()
        Removes all the entries added into UnmeteredDevices. <p> Returns a reference to this object so that method calls can be chained together.
      • getUnmeteredRemoteAccessDevices

        public Map<String,​Integer> getUnmeteredRemoteAccessDevices()

        Returns the unmetered remote access devices you have purchased or want to purchase.

        Returns:
        Returns the unmetered remote access devices you have purchased or want to purchase.
      • setUnmeteredRemoteAccessDevices

        public void setUnmeteredRemoteAccessDevices​(Map<String,​Integer> unmeteredRemoteAccessDevices)

        Returns the unmetered remote access devices you have purchased or want to purchase.

        Parameters:
        unmeteredRemoteAccessDevices - Returns the unmetered remote access devices you have purchased or want to purchase.
      • withUnmeteredRemoteAccessDevices

        public AccountSettings withUnmeteredRemoteAccessDevices​(Map<String,​Integer> unmeteredRemoteAccessDevices)

        Returns the unmetered remote access devices you have purchased or want to purchase.

        Parameters:
        unmeteredRemoteAccessDevices - Returns the unmetered remote access devices you have purchased or want to purchase.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearUnmeteredRemoteAccessDevicesEntries

        public AccountSettings clearUnmeteredRemoteAccessDevicesEntries()
        Removes all the entries added into UnmeteredRemoteAccessDevices. <p> Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object