Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.identitymanagement.model
Class GetAccountSummaryResult

java.lang.Object
  extended by com.amazonaws.services.identitymanagement.model.GetAccountSummaryResult
All Implemented Interfaces:
Serializable

public class GetAccountSummaryResult
extends Object
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
GetAccountSummaryResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 Map<String,Integer> getSummaryMap()
          A set of key value pairs containing account-level information.
 int hashCode()
           
 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
getClass, 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:

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

  • AccountMFAEnabled - 1 if the root account has an MFA device assigned to it, 0 otherwise

  • AssumeRolePolicySizeQuota - Maximum allowed size for assume role policy documents (in kilobytes)

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

  • Groups - Number of Groups for the AWS account

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

  • GroupsQuota - Maximum groups allowed for the AWS account

  • InstanceProfiles - Number of instance profiles for the AWS account

  • InstanceProfilesQuota - Maximum instance profiles allowed for the AWS account

  • MFADevices - Number of MFA devices, either assigned or unassigned

  • MFADevicesInUse - Number of MFA devices that have been assigned to an IAM user or to the root account

  • RolePolicySizeQuota - Maximum allowed size for role policy documents (in kilobytes)

  • Roles - Number of roles for the AWS account

  • RolesQuota - Maximum roles allowed for the AWS account

  • ServerCertificates - Number of server certificates for the AWS account

  • ServerCertificatesQuota - Maximum server certificates allowed for the AWS account

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

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

  • Users - Number of users for the AWS account

  • UsersQuota - Maximum users allowed for the AWS account


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:

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

  • AccountMFAEnabled - 1 if the root account has an MFA device assigned to it, 0 otherwise

  • AssumeRolePolicySizeQuota - Maximum allowed size for assume role policy documents (in kilobytes)

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

  • Groups - Number of Groups for the AWS account

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

  • GroupsQuota - Maximum groups allowed for the AWS account

  • InstanceProfiles - Number of instance profiles for the AWS account

  • InstanceProfilesQuota - Maximum instance profiles allowed for the AWS account

  • MFADevices - Number of MFA devices, either assigned or unassigned

  • MFADevicesInUse - Number of MFA devices that have been assigned to an IAM user or to the root account

  • RolePolicySizeQuota - Maximum allowed size for role policy documents (in kilobytes)

  • Roles - Number of roles for the AWS account

  • RolesQuota - Maximum roles allowed for the AWS account

  • ServerCertificates - Number of server certificates for the AWS account

  • ServerCertificatesQuota - Maximum server certificates allowed for the AWS account

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

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

  • Users - Number of users for the AWS account

  • UsersQuota - Maximum users allowed for the AWS account


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:

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

  • AccountMFAEnabled - 1 if the root account has an MFA device assigned to it, 0 otherwise

  • AssumeRolePolicySizeQuota - Maximum allowed size for assume role policy documents (in kilobytes)

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

  • Groups - Number of Groups for the AWS account

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

  • GroupsQuota - Maximum groups allowed for the AWS account

  • InstanceProfiles - Number of instance profiles for the AWS account

  • InstanceProfilesQuota - Maximum instance profiles allowed for the AWS account

  • MFADevices - Number of MFA devices, either assigned or unassigned

  • MFADevicesInUse - Number of MFA devices that have been assigned to an IAM user or to the root account

  • RolePolicySizeQuota - Maximum allowed size for role policy documents (in kilobytes)

  • Roles - Number of roles for the AWS account

  • RolesQuota - Maximum roles allowed for the AWS account

  • ServerCertificates - Number of server certificates for the AWS account

  • ServerCertificatesQuota - Maximum server certificates allowed for the AWS account

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

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

  • Users - Number of users for the AWS account

  • UsersQuota - Maximum users allowed for the AWS account

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()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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