@Generated(value="software.amazon.awssdk:codegen") public final class GetIntrospectionSchemaRequest extends AppSyncRequest implements ToCopyableBuilder<GetIntrospectionSchemaRequest.Builder,GetIntrospectionSchemaRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetIntrospectionSchemaRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
apiId()
The API ID.
|
static GetIntrospectionSchemaRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
OutputType |
format()
The schema format: SDL or JSON.
|
String |
formatAsString()
The schema format: SDL or JSON.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
includeDirectives()
A flag that specifies whether the schema introspection should contain directives.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetIntrospectionSchemaRequest.Builder> |
serializableBuilderClass() |
GetIntrospectionSchemaRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String apiId()
The API ID.
public OutputType format()
The schema format: SDL or JSON.
If the service returns an enum value that is not available in the current SDK version, format will
return OutputType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
OutputTypepublic String formatAsString()
The schema format: SDL or JSON.
If the service returns an enum value that is not available in the current SDK version, format will
return OutputType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
OutputTypepublic Boolean includeDirectives()
A flag that specifies whether the schema introspection should contain directives.
public GetIntrospectionSchemaRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetIntrospectionSchemaRequest.Builder,GetIntrospectionSchemaRequest>toBuilder in class AppSyncRequestpublic static GetIntrospectionSchemaRequest.Builder builder()
public static Class<? extends GetIntrospectionSchemaRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.