public class RequestUploadCredentialsResult extends Object implements Serializable, Cloneable
Represents the returned data in response to a request action.
Constructor and Description |
---|
RequestUploadCredentialsResult() |
Modifier and Type | Method and Description |
---|---|
RequestUploadCredentialsResult |
clone() |
boolean |
equals(Object obj) |
S3Location |
getStorageLocation()
Amazon S3 path and key, identifying where the game build files are
stored.
|
Credentials |
getUploadCredentials()
AWS credentials required when uploading a game build to the storage
location.
|
int |
hashCode() |
void |
setStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are
stored.
|
void |
setUploadCredentials(Credentials uploadCredentials)
AWS credentials required when uploading a game build to the storage
location.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RequestUploadCredentialsResult |
withStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are
stored.
|
RequestUploadCredentialsResult |
withUploadCredentials(Credentials uploadCredentials)
AWS credentials required when uploading a game build to the storage
location.
|
public void setUploadCredentials(Credentials uploadCredentials)
AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for.
uploadCredentials
- AWS credentials required when uploading a game build to the
storage location. These credentials have a limited lifespan and
are valid only for the build they were issued for.public Credentials getUploadCredentials()
AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for.
public RequestUploadCredentialsResult withUploadCredentials(Credentials uploadCredentials)
AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for.
uploadCredentials
- AWS credentials required when uploading a game build to the
storage location. These credentials have a limited lifespan and
are valid only for the build they were issued for.public void setStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are stored.
storageLocation
- Amazon S3 path and key, identifying where the game build files are
stored.public S3Location getStorageLocation()
Amazon S3 path and key, identifying where the game build files are stored.
public RequestUploadCredentialsResult withStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are stored.
storageLocation
- Amazon S3 path and key, identifying where the game build files are
stored.public String toString()
toString
in class Object
Object.toString()
public RequestUploadCredentialsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.