@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String name()
The name of the document that you want to share.
public 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()
.
DocumentPermissionType
public 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()
.
DocumentPermissionType
public boolean hasAccountIdsToAdd()
public 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 boolean hasAccountIdsToRemove()
public 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 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 SsmRequest
public static ModifyDocumentPermissionRequest.Builder builder()
public static Class<? extends ModifyDocumentPermissionRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.