@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 operation.
Constructor and Description |
---|
CreateBuildResult() |
Modifier and Type | Method and Description |
---|---|
CreateBuildResult |
clone() |
boolean |
equals(Object obj) |
Build |
getBuild()
The newly created build resource, including a unique build IDs and status.
|
S3Location |
getStorageLocation()
Amazon S3 location for your game build file, including bucket name and key.
|
Credentials |
getUploadCredentials()
This element is returned only when the operation is called without a storage location.
|
int |
hashCode() |
void |
setBuild(Build build)
The newly created build resource, including a unique build IDs and status.
|
void |
setStorageLocation(S3Location storageLocation)
Amazon S3 location for your game build file, including bucket name and key.
|
void |
setUploadCredentials(Credentials uploadCredentials)
This element is returned only when the operation is called without a storage location.
|
String |
toString()
Returns a string representation of this object.
|
CreateBuildResult |
withBuild(Build build)
The newly created build resource, including a unique build IDs and status.
|
CreateBuildResult |
withStorageLocation(S3Location storageLocation)
Amazon S3 location for your game build file, including bucket name and key.
|
CreateBuildResult |
withUploadCredentials(Credentials uploadCredentials)
This element is returned only when the operation is called without a storage location.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBuild(Build build)
The newly created build resource, including a unique build IDs and status.
build
- The newly created build resource, including a unique build IDs and status.public Build getBuild()
The newly created build resource, including a unique build IDs and status.
public CreateBuildResult withBuild(Build build)
The newly created build resource, including a unique build IDs and status.
build
- The newly created build resource, including a unique build IDs and status.public void setUploadCredentials(Credentials uploadCredentials)
This element is returned only when the operation is called without a storage location. It contains credentials to use when you are uploading a build file to an Amazon S3 bucket that is owned by Amazon GameLift. Credentials have a limited life span. To refresh these credentials, call RequestUploadCredentials.
uploadCredentials
- This element is returned only when the operation is called without a storage location. It contains
credentials to use when you are uploading a build file to an Amazon S3 bucket that is owned by Amazon
GameLift. Credentials have a limited life span. To refresh these credentials, call
RequestUploadCredentials.public Credentials getUploadCredentials()
This element is returned only when the operation is called without a storage location. It contains credentials to use when you are uploading a build file to an Amazon S3 bucket that is owned by Amazon GameLift. Credentials have a limited life span. To refresh these credentials, call RequestUploadCredentials.
public CreateBuildResult withUploadCredentials(Credentials uploadCredentials)
This element is returned only when the operation is called without a storage location. It contains credentials to use when you are uploading a build file to an Amazon S3 bucket that is owned by Amazon GameLift. Credentials have a limited life span. To refresh these credentials, call RequestUploadCredentials.
uploadCredentials
- This element is returned only when the operation is called without a storage location. It contains
credentials to use when you are uploading a build file to an Amazon S3 bucket that is owned by Amazon
GameLift. Credentials have a limited life span. To refresh these credentials, call
RequestUploadCredentials.public void setStorageLocation(S3Location storageLocation)
Amazon S3 location for your game build file, including bucket name and key.
storageLocation
- Amazon S3 location for your game build file, including bucket name and key.public S3Location getStorageLocation()
Amazon S3 location for your game build file, including bucket name and key.
public CreateBuildResult withStorageLocation(S3Location storageLocation)
Amazon S3 location for your game build file, including bucket name and key.
storageLocation
- Amazon S3 location for your game build file, including bucket name and key.public String toString()
toString
in class Object
Object.toString()
public CreateBuildResult clone()