@Generated(value="software.amazon.awssdk:codegen") public final class UpdateProjectRequest extends DeviceFarmRequest implements ToCopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>
Represents a request to the update project operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateProjectRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the project whose name you wish to update.
|
static UpdateProjectRequest.Builder |
builder() |
Integer |
defaultJobTimeoutMinutes()
The number of minutes a test run in the project will execute before it times out.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
A string representing the new name of the project that you are updating.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateProjectRequest.Builder> |
serializableBuilderClass() |
UpdateProjectRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The Amazon Resource Name (ARN) of the project whose name you wish to update.
public String name()
A string representing the new name of the project that you are updating.
public Integer defaultJobTimeoutMinutes()
The number of minutes a test run in the project will execute before it times out.
public UpdateProjectRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>toBuilder in class DeviceFarmRequestpublic static UpdateProjectRequest.Builder builder()
public static Class<? extends UpdateProjectRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.