@Generated(value="software.amazon.awssdk:codegen") public final class AddWorkingStorageRequest extends StorageGatewayRequest implements ToCopyableBuilder<AddWorkingStorageRequest.Builder,AddWorkingStorageRequest>
A JSON object containing one or more of the following fields:
| Modifier and Type | Class and Description |
|---|---|
static interface |
AddWorkingStorageRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AddWorkingStorageRequest.Builder |
builder() |
List<String> |
diskIds()
An array of strings that identify disks that are to be configured as working storage.
|
boolean |
equals(Object obj) |
String |
gatewayARN()
Returns the value of the GatewayARN property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AddWorkingStorageRequest.Builder> |
serializableBuilderClass() |
AddWorkingStorageRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String gatewayARN()
public List<String> diskIds()
An array of strings that identify disks that are to be configured as working storage. Each string have a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public AddWorkingStorageRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AddWorkingStorageRequest.Builder,AddWorkingStorageRequest>toBuilder in class StorageGatewayRequestpublic static AddWorkingStorageRequest.Builder builder()
public static Class<? extends AddWorkingStorageRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.