@Generated(value="software.amazon.awssdk:codegen") public class DescribeDocumentPermissionResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeDocumentPermissionResponse.Builder,DescribeDocumentPermissionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeDocumentPermissionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
accountIds()
The account IDs that have permission to use this document.
|
static DescribeDocumentPermissionResponse.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
static Class<? extends DescribeDocumentPermissionResponse.Builder> |
serializableBuilderClass() |
DescribeDocumentPermissionResponse.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<String> accountIds()
The account IDs that have permission to use this document. The ID can be either an AWS account or All.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DescribeDocumentPermissionResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeDocumentPermissionResponse.Builder,DescribeDocumentPermissionResponse>public static DescribeDocumentPermissionResponse.Builder builder()
public static Class<? extends DescribeDocumentPermissionResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.