public class StopBuildRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StopBuildRequest() |
| Modifier and Type | Method and Description |
|---|---|
StopBuildRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getId()
The ID of the build to attempt to stop running.
|
int |
hashCode() |
void |
setId(String id)
The ID of the build to attempt to stop running.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StopBuildRequest |
withId(String id)
The ID of the build to attempt to stop running.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setId(String id)
The ID of the build to attempt to stop running.
id - The ID of the build to attempt to stop running.public String getId()
The ID of the build to attempt to stop running.
public StopBuildRequest withId(String id)
The ID of the build to attempt to stop running.
id - The ID of the build to attempt to stop running.public String toString()
toString in class ObjectObject.toString()public StopBuildRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.