@Generated(value="software.amazon.awssdk:codegen") public final class RemoveResourcePermissionRequest extends WorkDocsRequest implements ToCopyableBuilder<RemoveResourcePermissionRequest.Builder,RemoveResourcePermissionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RemoveResourcePermissionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
authenticationToken()
Amazon WorkDocs authentication token.
|
static RemoveResourcePermissionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
principalId()
The principal ID of the resource.
|
PrincipalType |
principalType()
The principal type of the resource.
|
String |
principalTypeAsString()
The principal type of the resource.
|
String |
resourceId()
The ID of the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RemoveResourcePermissionRequest.Builder> |
serializableBuilderClass() |
RemoveResourcePermissionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String authenticationToken()
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
public final String resourceId()
The ID of the resource.
public final String principalId()
The principal ID of the resource.
public final PrincipalType principalType()
The principal type of the resource.
If the service returns an enum value that is not available in the current SDK version, principalType
will return PrincipalType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
principalTypeAsString().
PrincipalTypepublic final String principalTypeAsString()
The principal type of the resource.
If the service returns an enum value that is not available in the current SDK version, principalType
will return PrincipalType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
principalTypeAsString().
PrincipalTypepublic RemoveResourcePermissionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RemoveResourcePermissionRequest.Builder,RemoveResourcePermissionRequest>toBuilder in class WorkDocsRequestpublic static RemoveResourcePermissionRequest.Builder builder()
public static Class<? extends RemoveResourcePermissionRequest.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 © 2023. All rights reserved.