Class GetAccountSummaryResult

    • Constructor Detail

      • GetAccountSummaryResult

        public GetAccountSummaryResult()
    • Method Detail

      • getSummaryMap

        public Map<String,​Integer> getSummaryMap()

        A set of key value pairs containing information about IAM entity usage and IAM quotas.

        Returns:
        A set of key value pairs containing information about IAM entity usage and IAM quotas.
      • setSummaryMap

        public void setSummaryMap​(Map<String,​Integer> summaryMap)

        A set of key value pairs containing information about IAM entity usage and IAM quotas.

        Parameters:
        summaryMap - A set of key value pairs containing information about IAM entity usage and IAM quotas.
      • withSummaryMap

        public GetAccountSummaryResult withSummaryMap​(Map<String,​Integer> summaryMap)

        A set of key value pairs containing information about IAM entity usage and IAM quotas.

        Parameters:
        summaryMap - A set of key value pairs containing information about IAM entity usage and IAM quotas.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearSummaryMapEntries

        public GetAccountSummaryResult clearSummaryMapEntries()
        Removes all the entries added into SummaryMap. <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