@Generated(value="software.amazon.awssdk:codegen") public class StopRunRequest extends DeviceFarmRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<StopRunRequest.Builder,StopRunRequest>
Represents the request to stop a specific run.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StopRunRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
Represents the Amazon Resource Name (ARN) of the Device Farm run you wish to stop.
|
static StopRunRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends StopRunRequest.Builder> |
serializableBuilderClass() |
StopRunRequest.Builder |
toBuilder() |
String |
toString() |
requestOverrideConfigpublic String arn()
Represents the Amazon Resource Name (ARN) of the Device Farm run you wish to stop.
public StopRunRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<StopRunRequest.Builder,StopRunRequest>toBuilder in class DeviceFarmRequestpublic static StopRunRequest.Builder builder()
public static Class<? extends StopRunRequest.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.