@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public StopBuildRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.