Class DescribeBuildResult
java.lang.Object
com.amazonaws.services.gamelift.model.DescribeBuildResult
- 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()
Set of properties describing the requested build.int
hashCode()
void
Set of properties describing the requested build.toString()
Returns a string representation of this object; useful for testing and debugging.Set of properties describing the requested build.
-
Constructor Details
-
DescribeBuildResult
public DescribeBuildResult()
-
-
Method Details
-
setBuild
Set of properties describing the requested build.
- Parameters:
build
- Set of properties describing the requested build.
-
getBuild
Set of properties describing the requested build.
- Returns:
- Set of properties describing the requested build.
-
withBuild
Set of properties describing the requested build.
- Parameters:
build
- Set of properties describing the requested build.- 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
-