@Generated(value="software.amazon.awssdk:codegen") public final class UpdateRunGroupRequest extends OmicsRequest implements ToCopyableBuilder<UpdateRunGroupRequest.Builder,UpdateRunGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateRunGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateRunGroupRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The group's ID.
|
Integer |
maxCpus()
The maximum number of CPUs to use.
|
Integer |
maxDuration()
A maximum run time for the group in minutes.
|
Integer |
maxGpus()
The maximum GPUs that can be used by a run group.
|
Integer |
maxRuns()
The maximum number of concurrent runs for the group.
|
String |
name()
A name for the group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateRunGroupRequest.Builder> |
serializableBuilderClass() |
UpdateRunGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The group's ID.
public final String name()
A name for the group.
public final Integer maxCpus()
The maximum number of CPUs to use.
public final Integer maxRuns()
The maximum number of concurrent runs for the group.
public final Integer maxDuration()
A maximum run time for the group in minutes.
public final Integer maxGpus()
The maximum GPUs that can be used by a run group.
public UpdateRunGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateRunGroupRequest.Builder,UpdateRunGroupRequest>toBuilder in class OmicsRequestpublic static UpdateRunGroupRequest.Builder builder()
public static Class<? extends UpdateRunGroupRequest.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.