Class GetAccountSummaryResult
java.lang.Object
com.amazonaws.services.identitymanagement.model.GetAccountSummaryResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a successful GetAccountSummary request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSummaryMapEntry
(String key, Integer value) Removes all the entries added into SummaryMap.clone()
boolean
A set of key value pairs containing information about IAM entity usage and IAM quotas.int
hashCode()
void
setSummaryMap
(Map<String, Integer> summaryMap) A set of key value pairs containing information about IAM entity usage and IAM quotas.toString()
Returns a string representation of this object; useful for testing and debugging.withSummaryMap
(Map<String, Integer> summaryMap) A set of key value pairs containing information about IAM entity usage and IAM quotas.
-
Constructor Details
-
GetAccountSummaryResult
public GetAccountSummaryResult()
-
-
Method Details
-
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
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
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.
-
addSummaryMapEntry
-
clearSummaryMapEntries
Removes all the entries added into SummaryMap. <p> Returns a reference to this object so that method calls can be chained together. -
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-