@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopBuildResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
StopBuildResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
StopBuildResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
Build | 
getBuild()
 Information about the build. 
 | 
int | 
hashCode()  | 
void | 
setBuild(Build build)
 Information about the build. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
StopBuildResult | 
withBuild(Build build)
 Information about the build. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setBuild(Build build)
Information about the build.
build - Information about the build.public Build getBuild()
Information about the build.
public StopBuildResult withBuild(Build build)
Information about the build.
build - Information about the build.public String toString()
toString in class ObjectObject.toString()public StopBuildResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.