Cloneable
, ReadLimitInfo
, ToCopyableBuilder<StopRunRequest.Builder,StopRunRequest>
@Generated("software.amazon.awssdk:codegen") public class StopRunRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<StopRunRequest.Builder,StopRunRequest>
Represents the request to stop a specific run.
Modifier and Type | Class | Description |
---|---|---|
static interface |
StopRunRequest.Builder |
NOOP
Modifier and Type | Method | 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) |
|
int |
hashCode() |
|
static Class<? extends StopRunRequest.Builder> |
serializableBuilderClass() |
|
StopRunRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String arn()
Represents the Amazon Resource Name (ARN) of the Device Farm run you wish to stop.
public StopRunRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StopRunRequest.Builder,StopRunRequest>
public static StopRunRequest.Builder builder()
public static Class<? extends StopRunRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.