@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBuildResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request action.
| Constructor and Description |
|---|
CreateBuildResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateBuildResult |
clone() |
boolean |
equals(Object obj) |
Build |
getBuild()
The newly created build record, including a unique build ID and status.
|
S3Location |
getStorageLocation()
Amazon S3 location specified in the request.
|
Credentials |
getUploadCredentials()
This element is not currently in use.
|
int |
hashCode() |
void |
setBuild(Build build)
The newly created build record, including a unique build ID and status.
|
void |
setStorageLocation(S3Location storageLocation)
Amazon S3 location specified in the request.
|
void |
setUploadCredentials(Credentials uploadCredentials)
This element is not currently in use.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateBuildResult |
withBuild(Build build)
The newly created build record, including a unique build ID and status.
|
CreateBuildResult |
withStorageLocation(S3Location storageLocation)
Amazon S3 location specified in the request.
|
CreateBuildResult |
withUploadCredentials(Credentials uploadCredentials)
This element is not currently in use.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setBuild(Build build)
The newly created build record, including a unique build ID and status.
build - The newly created build record, including a unique build ID and status.public Build getBuild()
The newly created build record, including a unique build ID and status.
public CreateBuildResult withBuild(Build build)
The newly created build record, including a unique build ID and status.
build - The newly created build record, including a unique build ID and status.public void setUploadCredentials(Credentials uploadCredentials)
This element is not currently in use.
uploadCredentials - This element is not currently in use.public Credentials getUploadCredentials()
This element is not currently in use.
public CreateBuildResult withUploadCredentials(Credentials uploadCredentials)
This element is not currently in use.
uploadCredentials - This element is not currently in use.public void setStorageLocation(S3Location storageLocation)
Amazon S3 location specified in the request.
storageLocation - Amazon S3 location specified in the request.public S3Location getStorageLocation()
Amazon S3 location specified in the request.
public CreateBuildResult withStorageLocation(S3Location storageLocation)
Amazon S3 location specified in the request.
storageLocation - Amazon S3 location specified in the request.public String toString()
toString in class ObjectObject.toString()public CreateBuildResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.