@Generated(value="software.amazon.awssdk:codegen") public final class UpdateWorkspaceImagePermissionRequest extends WorkSpacesRequest implements ToCopyableBuilder<UpdateWorkspaceImagePermissionRequest.Builder,UpdateWorkspaceImagePermissionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateWorkspaceImagePermissionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowCopyImage()
The permission to copy the image.
|
static UpdateWorkspaceImagePermissionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageId()
The identifier of the image.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateWorkspaceImagePermissionRequest.Builder> |
serializableBuilderClass() |
String |
sharedAccountId()
The identifier of the Amazon Web Services account to share or unshare the image with.
|
UpdateWorkspaceImagePermissionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String imageId()
The identifier of the image.
public final Boolean allowCopyImage()
The permission to copy the image. This permission can be revoked only after an image has been shared.
public final String sharedAccountId()
The identifier of the Amazon Web Services account to share or unshare the image with.
Before sharing the image, confirm that you are sharing to the correct Amazon Web Services account ID.
Before sharing the image, confirm that you are sharing to the correct Amazon Web Services account ID.
public UpdateWorkspaceImagePermissionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateWorkspaceImagePermissionRequest.Builder,UpdateWorkspaceImagePermissionRequest>toBuilder in class WorkSpacesRequestpublic static UpdateWorkspaceImagePermissionRequest.Builder builder()
public static Class<? extends UpdateWorkspaceImagePermissionRequest.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.