@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBuildResult extends AmazonWebServiceResult<ResponseMetadata> 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 that contains the updated build record.
|
int |
hashCode() |
void |
setBuild(Build build)
Object that contains the updated build record.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateBuildResult |
withBuild(Build build)
Object that contains the updated build record.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setBuild(Build build)
Object that contains the updated build record.
build - Object that contains the updated build record.public Build getBuild()
Object that contains the updated build record.
public UpdateBuildResult withBuild(Build build)
Object that contains the updated build record.
build - Object that contains the updated build record.public String toString()
toString in class ObjectObject.toString()public UpdateBuildResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.