public class UpdateBuildResult extends Object implements Serializable, Cloneable
Represents the returned data in response to a request action.
Constructor and Description |
---|
UpdateBuildResult() |
Modifier and Type | Method and Description |
---|---|
UpdateBuildResult |
clone() |
boolean |
equals(Object obj) |
Build |
getBuild()
Object containing the updated build record.
|
int |
hashCode() |
void |
setBuild(Build build)
Object containing the updated build record.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateBuildResult |
withBuild(Build build)
Object containing the updated build record.
|
public void setBuild(Build build)
Object containing the updated build record.
build
- Object containing the updated build record.public Build getBuild()
Object containing the updated build record.
public UpdateBuildResult withBuild(Build build)
Object containing the updated build record.
build
- Object containing the updated build record.public String toString()
toString
in class Object
Object.toString()
public UpdateBuildResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.