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 that was attempted to be stopped.
|
int |
hashCode() |
void |
setBuild(Build build)
Information about the build that was attempted to be stopped.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StopBuildResult |
withBuild(Build build)
Information about the build that was attempted to be stopped.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBuild(Build build)
Information about the build that was attempted to be stopped.
build
- Information about the build that was attempted to be stopped.public Build getBuild()
Information about the build that was attempted to be stopped.
public StopBuildResult withBuild(Build build)
Information about the build that was attempted to be stopped.
build
- Information about the build that was attempted to be stopped.public String toString()
toString
in class Object
Object.toString()
public StopBuildResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.