Class UpdateBuildResult
java.lang.Object
com.amazonaws.services.gamelift.model.UpdateBuildResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the returned data in response to a request action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getBuild()
Object containing the updated build record.int
hashCode()
void
Object containing the updated build record.toString()
Returns a string representation of this object; useful for testing and debugging.Object containing the updated build record.
-
Constructor Details
-
UpdateBuildResult
public UpdateBuildResult()
-
-
Method Details
-
setBuild
Object containing the updated build record.
- Parameters:
build
- Object containing the updated build record.
-
getBuild
Object containing the updated build record.
- Returns:
- Object containing the updated build record.
-
withBuild
Object containing the updated build record.
- Parameters:
build
- Object containing the updated build record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-