public class ManagedPolicyDetail extends Object implements Serializable, Cloneable
Contains information about a managed policy, including the policy's ARN, versions, and the number of principal entities (users, groups, and roles) that the policy is attached to.
This data type is used as a response element in the GetAccountAuthorizationDetails action.
For more information about managed policies, see Managed Policies and Inline Policies in the Using IAM guide.
| Constructor and Description |
|---|
ManagedPolicyDetail() |
| Modifier and Type | Method and Description |
|---|---|
ManagedPolicyDetail |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN).
|
Integer |
getAttachmentCount()
The number of principal entities (users, groups, and roles) that the
policy is attached to.
|
Date |
getCreateDate()
The date and time, in ISO
8601 date-time format, when the policy was created.
|
String |
getDefaultVersionId()
The identifier for the version of the policy that is set as the
default (operative) version.
|
String |
getDescription()
A friendly description of the policy.
|
Boolean |
getIsAttachable()
Specifies whether the policy can be attached to an IAM user, group, or
role.
|
String |
getPath()
The path to the policy.
|
String |
getPolicyId()
The stable and unique string identifying the policy.
|
String |
getPolicyName()
The friendly name (not ARN) identifying the policy.
|
List<PolicyVersion> |
getPolicyVersionList()
A list containing information about the versions of the policy.
|
Date |
getUpdateDate()
The date and time, in ISO
8601 date-time format, when the policy was last updated.
|
int |
hashCode() |
Boolean |
isAttachable()
Specifies whether the policy can be attached to an IAM user, group, or
role.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN).
|
void |
setAttachmentCount(Integer attachmentCount)
The number of principal entities (users, groups, and roles) that the
policy is attached to.
|
void |
setCreateDate(Date createDate)
The date and time, in ISO
8601 date-time format, when the policy was created.
|
void |
setDefaultVersionId(String defaultVersionId)
The identifier for the version of the policy that is set as the
default (operative) version.
|
void |
setDescription(String description)
A friendly description of the policy.
|
void |
setIsAttachable(Boolean isAttachable)
Specifies whether the policy can be attached to an IAM user, group, or
role.
|
void |
setPath(String path)
The path to the policy.
|
void |
setPolicyId(String policyId)
The stable and unique string identifying the policy.
|
void |
setPolicyName(String policyName)
The friendly name (not ARN) identifying the policy.
|
void |
setPolicyVersionList(Collection<PolicyVersion> policyVersionList)
A list containing information about the versions of the policy.
|
void |
setUpdateDate(Date updateDate)
The date and time, in ISO
8601 date-time format, when the policy was last updated.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ManagedPolicyDetail |
withArn(String arn)
The Amazon Resource Name (ARN).
|
ManagedPolicyDetail |
withAttachmentCount(Integer attachmentCount)
The number of principal entities (users, groups, and roles) that the
policy is attached to.
|
ManagedPolicyDetail |
withCreateDate(Date createDate)
The date and time, in ISO
8601 date-time format, when the policy was created.
|
ManagedPolicyDetail |
withDefaultVersionId(String defaultVersionId)
The identifier for the version of the policy that is set as the
default (operative) version.
|
ManagedPolicyDetail |
withDescription(String description)
A friendly description of the policy.
|
ManagedPolicyDetail |
withIsAttachable(Boolean isAttachable)
Specifies whether the policy can be attached to an IAM user, group, or
role.
|
ManagedPolicyDetail |
withPath(String path)
The path to the policy.
|
ManagedPolicyDetail |
withPolicyId(String policyId)
The stable and unique string identifying the policy.
|
ManagedPolicyDetail |
withPolicyName(String policyName)
The friendly name (not ARN) identifying the policy.
|
ManagedPolicyDetail |
withPolicyVersionList(Collection<PolicyVersion> policyVersionList)
A list containing information about the versions of the policy.
|
ManagedPolicyDetail |
withPolicyVersionList(PolicyVersion... policyVersionList)
A list containing information about the versions of the policy.
|
ManagedPolicyDetail |
withUpdateDate(Date updateDate)
The date and time, in ISO
8601 date-time format, when the policy was last updated.
|
public String getPolicyName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]+
public void setPolicyName(String policyName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]+
policyName - The friendly name (not ARN) identifying the policy.public ManagedPolicyDetail withPolicyName(String policyName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]+
policyName - The friendly name (not ARN) identifying the policy.public String getPolicyId()
For more information about IDs, see IAM Identifiers in the Using IAM guide.
Constraints:
Length: 16 - 32
Pattern: [\w]+
For more information about IDs, see IAM Identifiers in the Using IAM guide.
public void setPolicyId(String policyId)
For more information about IDs, see IAM Identifiers in the Using IAM guide.
Constraints:
Length: 16 - 32
Pattern: [\w]+
policyId - The stable and unique string identifying the policy. For more information about IDs, see IAM Identifiers in the Using IAM guide.
public ManagedPolicyDetail withPolicyId(String policyId)
For more information about IDs, see IAM Identifiers in the Using IAM guide.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 16 - 32
Pattern: [\w]+
policyId - The stable and unique string identifying the policy. For more information about IDs, see IAM Identifiers in the Using IAM guide.
public String getArn()
For more information about ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
Constraints:
Length: 20 - 2048
For more information about ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public void setArn(String arn)
For more information about ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
Constraints:
Length: 20 - 2048
arn - The Amazon Resource Name (ARN). ARNs are unique identifiers for AWS
resources. For more information about ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public ManagedPolicyDetail withArn(String arn)
For more information about ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
arn - The Amazon Resource Name (ARN). ARNs are unique identifiers for AWS
resources. For more information about ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public String getPath()
For more information about paths, see IAM Identifiers in the Using IAM guide.
Constraints:
Pattern: ((/[A-Za-z0-9\.,\+@=_-]+)*)/
For more information about paths, see IAM Identifiers in the Using IAM guide.
public void setPath(String path)
For more information about paths, see IAM Identifiers in the Using IAM guide.
Constraints:
Pattern: ((/[A-Za-z0-9\.,\+@=_-]+)*)/
path - The path to the policy. For more information about paths, see IAM Identifiers in the Using IAM guide.
public ManagedPolicyDetail withPath(String path)
For more information about paths, see IAM Identifiers in the Using IAM guide.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ((/[A-Za-z0-9\.,\+@=_-]+)*)/
path - The path to the policy. For more information about paths, see IAM Identifiers in the Using IAM guide.
public String getDefaultVersionId()
For more information about policy versions, see Versioning for Managed Policies in the Using IAM guide.
Constraints:
Pattern: v[1-9][0-9]*(\.[A-Za-z0-9-]*)?
For more information about policy versions, see Versioning for Managed Policies in the Using IAM guide.
public void setDefaultVersionId(String defaultVersionId)
For more information about policy versions, see Versioning for Managed Policies in the Using IAM guide.
Constraints:
Pattern: v[1-9][0-9]*(\.[A-Za-z0-9-]*)?
defaultVersionId - The identifier for the version of the policy that is set as the
default (operative) version. For more information about policy versions, see Versioning for Managed Policies in the Using IAM guide.
public ManagedPolicyDetail withDefaultVersionId(String defaultVersionId)
For more information about policy versions, see Versioning for Managed Policies in the Using IAM guide.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: v[1-9][0-9]*(\.[A-Za-z0-9-]*)?
defaultVersionId - The identifier for the version of the policy that is set as the
default (operative) version. For more information about policy versions, see Versioning for Managed Policies in the Using IAM guide.
public Integer getAttachmentCount()
public void setAttachmentCount(Integer attachmentCount)
attachmentCount - The number of principal entities (users, groups, and roles) that the
policy is attached to.public ManagedPolicyDetail withAttachmentCount(Integer attachmentCount)
Returns a reference to this object so that method calls can be chained together.
attachmentCount - The number of principal entities (users, groups, and roles) that the
policy is attached to.public Boolean isAttachable()
public void setIsAttachable(Boolean isAttachable)
isAttachable - Specifies whether the policy can be attached to an IAM user, group, or
role.public ManagedPolicyDetail withIsAttachable(Boolean isAttachable)
Returns a reference to this object so that method calls can be chained together.
isAttachable - Specifies whether the policy can be attached to an IAM user, group, or
role.public Boolean getIsAttachable()
public String getDescription()
Constraints:
Length: 0 - 1000
public void setDescription(String description)
Constraints:
Length: 0 - 1000
description - A friendly description of the policy.public ManagedPolicyDetail withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1000
description - A friendly description of the policy.public Date getCreateDate()
public void setCreateDate(Date createDate)
createDate - The date and time, in ISO
8601 date-time format, when the policy was created.public ManagedPolicyDetail withCreateDate(Date createDate)
Returns a reference to this object so that method calls can be chained together.
createDate - The date and time, in ISO
8601 date-time format, when the policy was created.public Date getUpdateDate()
When a policy has only one version, this field contains the date and time when the policy was created. When a policy has more than one version, this field contains the date and time when the most recent policy version was created.
When a policy has only one version, this field contains the date and time when the policy was created. When a policy has more than one version, this field contains the date and time when the most recent policy version was created.
public void setUpdateDate(Date updateDate)
When a policy has only one version, this field contains the date and time when the policy was created. When a policy has more than one version, this field contains the date and time when the most recent policy version was created.
updateDate - The date and time, in ISO
8601 date-time format, when the policy was last updated. When a policy has only one version, this field contains the date and time when the policy was created. When a policy has more than one version, this field contains the date and time when the most recent policy version was created.
public ManagedPolicyDetail withUpdateDate(Date updateDate)
When a policy has only one version, this field contains the date and time when the policy was created. When a policy has more than one version, this field contains the date and time when the most recent policy version was created.
Returns a reference to this object so that method calls can be chained together.
updateDate - The date and time, in ISO
8601 date-time format, when the policy was last updated. When a policy has only one version, this field contains the date and time when the policy was created. When a policy has more than one version, this field contains the date and time when the most recent policy version was created.
public List<PolicyVersion> getPolicyVersionList()
public void setPolicyVersionList(Collection<PolicyVersion> policyVersionList)
policyVersionList - A list containing information about the versions of the policy.public ManagedPolicyDetail withPolicyVersionList(PolicyVersion... policyVersionList)
NOTE: This method appends the values to the existing list (if
any). Use setPolicyVersionList(java.util.Collection) or
withPolicyVersionList(java.util.Collection) if you want to
override the existing values.
Returns a reference to this object so that method calls can be chained together.
policyVersionList - A list containing information about the versions of the policy.public ManagedPolicyDetail withPolicyVersionList(Collection<PolicyVersion> policyVersionList)
Returns a reference to this object so that method calls can be chained together.
policyVersionList - A list containing information about the versions of the policy.public String toString()
toString in class ObjectObject.toString()public ManagedPolicyDetail clone()
Copyright © 2015. All rights reserved.