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