@Generated(value="software.amazon.awssdk:codegen") public final class ListSchemasRequest extends CleanRoomsRequest implements ToCopyableBuilder<ListSchemasRequest.Builder,ListSchemasRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSchemasRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSchemasRequest.Builder |
builder() |
String |
collaborationIdentifier()
A unique identifier for the collaboration that the schema belongs to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum size of the results that is returned per call.
|
String |
nextToken()
The token value retrieved from a previous call to access the next page of results.
|
SchemaType |
schemaType()
If present, filter schemas by schema type.
|
String |
schemaTypeAsString()
If present, filter schemas by schema type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSchemasRequest.Builder> |
serializableBuilderClass() |
ListSchemasRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String collaborationIdentifier()
A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.
public final SchemaType schemaType()
If present, filter schemas by schema type. The only valid schema type is currently `TABLE`.
If the service returns an enum value that is not available in the current SDK version, schemaType will
return SchemaType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
schemaTypeAsString().
SchemaTypepublic final String schemaTypeAsString()
If present, filter schemas by schema type. The only valid schema type is currently `TABLE`.
If the service returns an enum value that is not available in the current SDK version, schemaType will
return SchemaType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
schemaTypeAsString().
SchemaTypepublic final String nextToken()
The token value retrieved from a previous call to access the next page of results.
public final Integer maxResults()
The maximum size of the results that is returned per call.
public ListSchemasRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSchemasRequest.Builder,ListSchemasRequest>toBuilder in class CleanRoomsRequestpublic static ListSchemasRequest.Builder builder()
public static Class<? extends ListSchemasRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.