Class UpdateScriptResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.gamelift.model.GameLiftResponse
-
- software.amazon.awssdk.services.gamelift.model.UpdateScriptResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateScriptResponse.Builder,UpdateScriptResponse>
@Generated("software.amazon.awssdk:codegen") public final class UpdateScriptResponse extends GameLiftResponse implements ToCopyableBuilder<UpdateScriptResponse.Builder,UpdateScriptResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateScriptResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateScriptResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Scriptscript()The newly created script record with a unique script ID.List<SdkField<?>>sdkFields()static Class<? extends UpdateScriptResponse.Builder>serializableBuilderClass()UpdateScriptResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.gamelift.model.GameLiftResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
script
public final Script script()
The newly created script record with a unique script ID. 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.
- Returns:
- The newly created script record with a unique script ID. 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.
-
toBuilder
public UpdateScriptResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateScriptResponse.Builder,UpdateScriptResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static UpdateScriptResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateScriptResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-