Class DescribeDocumentPermissionResult
java.lang.Object
com.amazonaws.services.simplesystemsmanagement.model.DescribeDocumentPermissionResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The account IDs that have permission to use this document.int
hashCode()
void
setAccountIds
(Collection<String> accountIds) The account IDs that have permission to use this document.toString()
Returns a string representation of this object; useful for testing and debugging.withAccountIds
(String... accountIds) The account IDs that have permission to use this document.withAccountIds
(Collection<String> accountIds) The account IDs that have permission to use this document.
-
Constructor Details
-
DescribeDocumentPermissionResult
public DescribeDocumentPermissionResult()
-
-
Method Details
-
getAccountIds
The account IDs that have permission to use this document. The ID can be either an AWS account or All.
- Returns:
- The account IDs that have permission to use this document. The ID can be either an AWS account or All.
-
setAccountIds
The account IDs that have permission to use this document. The ID can be either an AWS account or All.
- Parameters:
accountIds
- The account IDs that have permission to use this document. The ID can be either an AWS account or All.
-
withAccountIds
The account IDs that have permission to use this document. The ID can be either an AWS account or All.
NOTE: This method appends the values to the existing list (if any). Use
setAccountIds(java.util.Collection)
orwithAccountIds(java.util.Collection)
if you want to override the existing values.- Parameters:
accountIds
- The account IDs that have permission to use this document. The ID can be either an AWS account or All.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withAccountIds
The account IDs that have permission to use this document. The ID can be either an AWS account or All.
- Parameters:
accountIds
- The account IDs that have permission to use this document. The ID can be either an AWS account or All.- Returns:
- 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
-