@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RequestUploadCredentialsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
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()
Amazon Web Services 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)
Amazon Web Services credentials required when uploading a game build to the storage location.
|
String |
toString()
Returns a string representation of this object.
|
RequestUploadCredentialsResult |
withStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are stored.
|
RequestUploadCredentialsResult |
withUploadCredentials(Credentials uploadCredentials)
Amazon Web Services credentials required when uploading a game build to the storage location.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUploadCredentials(Credentials uploadCredentials)
Amazon Web Services 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
- Amazon Web Services 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()
Amazon Web Services 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)
Amazon Web Services 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
- Amazon Web Services 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()