@Generated(value="software.amazon.awssdk:codegen") public final class Generator extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Generator.Builder,Generator>
Properties that specify the code generator for a generated code job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Generator.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Generator.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gameSdkVersion()
The target version of the GameSparks Game SDK.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
language()
The programming language for the generated code.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Generator.Builder> |
serializableBuilderClass() |
String |
targetPlatform()
The platform that will be used to run the generated code.
|
Generator.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String gameSdkVersion()
The target version of the GameSparks Game SDK.
public final String language()
The programming language for the generated code.
Not all languages are supported for each platform. For cases where multiple languages are supported, this parameter specifies the language to be used. If this value is omitted, the default language for the target platform will be used.
Not all languages are supported for each platform. For cases where multiple languages are supported, this parameter specifies the language to be used. If this value is omitted, the default language for the target platform will be used.
public final String targetPlatform()
The platform that will be used to run the generated code.
public Generator.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Generator.Builder,Generator>public static Generator.Builder builder()
public static Class<? extends Generator.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.