@Generated(value="software.amazon.awssdk:codegen") public final class CreateScriptResponse extends GameLiftResponse implements ToCopyableBuilder<CreateScriptResponse.Builder,CreateScriptResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateScriptResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateScriptResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Script |
script()
The newly created script record with a unique script ID and ARN.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateScriptResponse.Builder> |
serializableBuilderClass() |
CreateScriptResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Script script()
The newly created script record with a unique script ID and ARN. The new script's storage location reflects an Amazon S3 location: (1) If the script was uploaded from an S3 bucket under your account, the storage location reflects the information that was provided in the CreateScript request; (2) If the script file was uploaded from a local zip file, the storage location reflects an S3 location controls by the Amazon GameLift service.
public CreateScriptResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateScriptResponse.Builder,CreateScriptResponse>toBuilder in class AwsResponsepublic static CreateScriptResponse.Builder builder()
public static Class<? extends CreateScriptResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.