@Generated(value="software.amazon.awssdk:codegen") public final class LoadPermissionModifications extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoadPermissionModifications.Builder,LoadPermissionModifications>
Describes modifications to the load permissions of an Amazon FPGA image (AFI).
Modifier and Type | Class and Description |
---|---|
static interface |
LoadPermissionModifications.Builder |
Modifier and Type | Method and Description |
---|---|
List<LoadPermissionRequest> |
add()
The load permissions to add.
|
static LoadPermissionModifications.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAdd()
Returns true if the Add 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() |
boolean |
hasRemove()
Returns true if the Remove property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
List<LoadPermissionRequest> |
remove()
The load permissions to remove.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoadPermissionModifications.Builder> |
serializableBuilderClass() |
LoadPermissionModifications.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public boolean hasAdd()
public List<LoadPermissionRequest> add()
The load permissions to add.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAdd()
to see if a value was sent in this field.
public boolean hasRemove()
public List<LoadPermissionRequest> remove()
The load permissions to remove.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasRemove()
to see if a value was sent in this field.
public LoadPermissionModifications.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<LoadPermissionModifications.Builder,LoadPermissionModifications>
public static LoadPermissionModifications.Builder builder()
public static Class<? extends LoadPermissionModifications.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.