@Generated(value="software.amazon.awssdk:codegen") public final class ModifyDocumentPermissionRequest extends SsmRequest implements ToCopyableBuilder<ModifyDocumentPermissionRequest.Builder,ModifyDocumentPermissionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyDocumentPermissionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
accountIdsToAdd()
The AWS user accounts that should have access to the document.
|
List<String> |
accountIdsToRemove()
The AWS user accounts that should no longer have access to the document.
|
static ModifyDocumentPermissionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAccountIdsToAdd()
Returns true if the AccountIdsToAdd property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasAccountIdsToRemove()
Returns true if the AccountIdsToRemove property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
String |
name()
The name of the document that you want to share.
|
DocumentPermissionType |
permissionType()
The permission type for the document.
|
String |
permissionTypeAsString()
The permission type for the document.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyDocumentPermissionRequest.Builder> |
serializableBuilderClass() |
String |
sharedDocumentVersion()
(Optional) The version of the document to share.
|
ModifyDocumentPermissionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the document that you want to share.
public final DocumentPermissionType permissionType()
The permission type for the document. The permission type can be Share.
If the service returns an enum value that is not available in the current SDK version, permissionType
will return DocumentPermissionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from permissionTypeAsString().
DocumentPermissionTypepublic final String permissionTypeAsString()
The permission type for the document. The permission type can be Share.
If the service returns an enum value that is not available in the current SDK version, permissionType
will return DocumentPermissionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from permissionTypeAsString().
DocumentPermissionTypepublic final boolean hasAccountIdsToAdd()
public final List<String> accountIdsToAdd()
The AWS user accounts that should have access to the document. The account IDs can either be a group of account IDs or All.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAccountIdsToAdd() to see if a value was sent in this field.
public final boolean hasAccountIdsToRemove()
public final List<String> accountIdsToRemove()
The AWS user accounts that should no longer have access to the document. The AWS user account can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an account ID to add and the same ID to remove, the system removes access to the document.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAccountIdsToRemove() to see if a value was sent in this field.
public final String sharedDocumentVersion()
(Optional) The version of the document to share. If it's not specified, the system choose the
Default version to share.
Default version to share.public ModifyDocumentPermissionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyDocumentPermissionRequest.Builder,ModifyDocumentPermissionRequest>toBuilder in class SsmRequestpublic static ModifyDocumentPermissionRequest.Builder builder()
public static Class<? extends ModifyDocumentPermissionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.