@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 operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RequestUploadCredentialsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RequestUploadCredentialsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(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()
Returns a string representation of this object.
|
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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.