@Generated(value="software.amazon.awssdk:codegen") public final class ImagePermission extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImagePermission.Builder,ImagePermission>
Describes the Amazon Web Services accounts that have been granted permission to use a shared image. For more information about sharing images, see Share or Unshare a Custom WorkSpaces Image.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImagePermission.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImagePermission.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImagePermission.Builder> |
serializableBuilderClass() |
String |
sharedAccountId()
The identifier of the Amazon Web Services account that an image has been shared with.
|
ImagePermission.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sharedAccountId()
The identifier of the Amazon Web Services account that an image has been shared with.
public ImagePermission.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImagePermission.Builder,ImagePermission>public static ImagePermission.Builder builder()
public static Class<? extends ImagePermission.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.