@Generated(value="software.amazon.awssdk:codegen") public class UpdateProjectRequest extends DeviceFarmRequest implements software.amazon.awssdk.utils.builder.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.
|
static Class<? extends UpdateProjectRequest.Builder> |
serializableBuilderClass() |
UpdateProjectRequest.Builder |
toBuilder() |
String |
toString() |
requestOverrideConfigpublic 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 software.amazon.awssdk.utils.builder.ToCopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>toBuilder in class DeviceFarmRequestpublic static UpdateProjectRequest.Builder builder()
public static Class<? extends UpdateProjectRequest.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.