@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBuildResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateBuildResult() |
Modifier and Type | Method and Description |
---|---|
UpdateBuildResult |
clone() |
boolean |
equals(Object obj) |
Build |
getBuild()
The updated build resource.
|
int |
hashCode() |
void |
setBuild(Build build)
The updated build resource.
|
String |
toString()
Returns a string representation of this object.
|
UpdateBuildResult |
withBuild(Build build)
The updated build resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBuild(Build build)
The updated build resource.
build
- The updated build resource.public Build getBuild()
The updated build resource.
public UpdateBuildResult withBuild(Build build)
The updated build resource.
build
- The updated build resource.public String toString()
toString
in class Object
Object.toString()
public UpdateBuildResult clone()