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