@Generated(value="software.amazon.awssdk:codegen") public final class JSONInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JSONInput.Builder,JSONInput>
| Modifier and Type | Class and Description |
|---|---|
static interface |
JSONInput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JSONInput.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends JSONInput.Builder> |
serializableBuilderClass() |
JSONInput.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
JSONType |
type()
The type of JSON.
|
String |
typeAsString()
The type of JSON.
|
copypublic JSONType type()
The type of JSON. Valid values: Document, Lines.
If the service returns an enum value that is not available in the current SDK version, type will return
JSONType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
JSONTypepublic String typeAsString()
The type of JSON. Valid values: Document, Lines.
If the service returns an enum value that is not available in the current SDK version, type will return
JSONType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
JSONTypepublic JSONInput.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<JSONInput.Builder,JSONInput>public static JSONInput.Builder builder()
public static Class<? extends JSONInput.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.