@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartBuildBatchResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartBuildBatchResult() |
Modifier and Type | Method and Description |
---|---|
StartBuildBatchResult |
clone() |
boolean |
equals(Object obj) |
BuildBatch |
getBuildBatch()
A
BuildBatch object that contains information about the batch build. |
int |
hashCode() |
void |
setBuildBatch(BuildBatch buildBatch)
A
BuildBatch object that contains information about the batch build. |
String |
toString()
Returns a string representation of this object.
|
StartBuildBatchResult |
withBuildBatch(BuildBatch buildBatch)
A
BuildBatch object that contains information about the batch build. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBuildBatch(BuildBatch buildBatch)
A BuildBatch
object that contains information about the batch build.
buildBatch
- A BuildBatch
object that contains information about the batch build.public BuildBatch getBuildBatch()
A BuildBatch
object that contains information about the batch build.
BuildBatch
object that contains information about the batch build.public StartBuildBatchResult withBuildBatch(BuildBatch buildBatch)
A BuildBatch
object that contains information about the batch build.
buildBatch
- A BuildBatch
object that contains information about the batch build.public String toString()
toString
in class Object
Object.toString()
public StartBuildBatchResult clone()