@Generated(value="software.amazon.awssdk:codegen") public final class RequestUploadCredentialsResponse extends GameLiftResponse implements ToCopyableBuilder<RequestUploadCredentialsResponse.Builder,RequestUploadCredentialsResponse>
Represents the returned data in response to a request action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RequestUploadCredentialsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RequestUploadCredentialsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RequestUploadCredentialsResponse.Builder> |
serializableBuilderClass() |
S3Location |
storageLocation()
Amazon S3 path and key, identifying where the game build files are stored.
|
RequestUploadCredentialsResponse.Builder |
toBuilder() |
String |
toString() |
Credentials |
uploadCredentials()
AWS credentials required when uploading a game build to the storage location.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
public S3Location storageLocation()
Amazon S3 path and key, identifying where the game build files are stored.
public RequestUploadCredentialsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RequestUploadCredentialsResponse.Builder,RequestUploadCredentialsResponse>toBuilder in class AwsResponsepublic static RequestUploadCredentialsResponse.Builder builder()
public static Class<? extends RequestUploadCredentialsResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.