public class StopBuildRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StopBuildRequest() |
| Modifier and Type | Method and Description |
|---|---|
StopBuildRequest |
clone() |
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.
|
copyBaseTo, 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()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.