com.amazonaws.services.identitymanagement.model
Class GetAccountSummaryResult

java.lang.Object
  extended by com.amazonaws.services.identitymanagement.model.GetAccountSummaryResult

public class GetAccountSummaryResult
extends Object

Contains the result of a successful invocation of the GetAccountSummary action.


Constructor Summary
GetAccountSummaryResult()
           
 
Method Summary
 Map<String,Integer> getSummaryMap()
          A set of key value pairs containing account-level information.
 void setSummaryMap(Map<String,Integer> summaryMap)
          A set of key value pairs containing account-level information.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetAccountSummaryResult withSummaryMap(Map<String,Integer> summaryMap)
          A set of key value pairs containing account-level information.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetAccountSummaryResult

public GetAccountSummaryResult()
Method Detail

getSummaryMap

public Map<String,Integer> getSummaryMap()
A set of key value pairs containing account-level information.

SummaryMap contains the following keys:

Returns:
A set of key value pairs containing account-level information.

SummaryMap contains the following keys:

  • Users - Number of Users for the AWS Account

  • UsersQuota - Maximum Users allowed for the AWS Account

  • Groups - Number of Groups for the AWS Account

  • GroupsQuota - Maximum Groups allowed for the AWS Account

  • ServerCertificates - Number of Server Certificates for the AWS Account

  • ServerCertificatesQuota - Maximum Server Certificates allowed for the AWS Account

  • UserPolicySizeQuota - Maximum allowed size for User policy documents (in kilobytes)

  • GroupPolicySizeQuota - Maximum allowed size for Group policy documents (in kilobyes)

  • GroupsPerUserQuota - Maximum number of groups a User can belong to

  • SigningCertificatesPerUserQuota - Maximum number of X509 certificates allowed for a user

  • AccessKeysPerUserQuota - Maximum number of access keys that can be created per User


setSummaryMap

public void setSummaryMap(Map<String,Integer> summaryMap)
A set of key value pairs containing account-level information.

SummaryMap contains the following keys:

Parameters:
summaryMap - A set of key value pairs containing account-level information.

SummaryMap contains the following keys:

  • Users - Number of Users for the AWS Account

  • UsersQuota - Maximum Users allowed for the AWS Account

  • Groups - Number of Groups for the AWS Account

  • GroupsQuota - Maximum Groups allowed for the AWS Account

  • ServerCertificates - Number of Server Certificates for the AWS Account

  • ServerCertificatesQuota - Maximum Server Certificates allowed for the AWS Account

  • UserPolicySizeQuota - Maximum allowed size for User policy documents (in kilobytes)

  • GroupPolicySizeQuota - Maximum allowed size for Group policy documents (in kilobyes)

  • GroupsPerUserQuota - Maximum number of groups a User can belong to

  • SigningCertificatesPerUserQuota - Maximum number of X509 certificates allowed for a user

  • AccessKeysPerUserQuota - Maximum number of access keys that can be created per User


withSummaryMap

public GetAccountSummaryResult withSummaryMap(Map<String,Integer> summaryMap)
A set of key value pairs containing account-level information.

SummaryMap contains the following keys:

Returns a reference to this object so that method calls can be chained together.

Parameters:
summaryMap - A set of key value pairs containing account-level information.

SummaryMap contains the following keys:

  • Users - Number of Users for the AWS Account

  • UsersQuota - Maximum Users allowed for the AWS Account

  • Groups - Number of Groups for the AWS Account

  • GroupsQuota - Maximum Groups allowed for the AWS Account

  • ServerCertificates - Number of Server Certificates for the AWS Account

  • ServerCertificatesQuota - Maximum Server Certificates allowed for the AWS Account

  • UserPolicySizeQuota - Maximum allowed size for User policy documents (in kilobytes)

  • GroupPolicySizeQuota - Maximum allowed size for Group policy documents (in kilobyes)

  • GroupsPerUserQuota - Maximum number of groups a User can belong to

  • SigningCertificatesPerUserQuota - Maximum number of X509 certificates allowed for a user

  • AccessKeysPerUserQuota - Maximum number of access keys that can be created per User

Returns:
A reference to this updated 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()


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.