@Generated(value="software.amazon.awssdk:codegen") public final class GetUserDefinedFunctionsRequest extends GlueRequest implements ToCopyableBuilder<GetUserDefinedFunctionsRequest.Builder,GetUserDefinedFunctionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetUserDefinedFunctionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetUserDefinedFunctionsRequest.Builder |
builder() |
String |
catalogId()
The ID of the Data Catalog where the functions to be retrieved are located.
|
String |
databaseName()
The name of the catalog database where the functions are located.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of functions to return in one response.
|
String |
nextToken()
A continuation token, if this is a continuation call.
|
String |
pattern()
An optional function-name pattern string that filters the function definitions returned.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetUserDefinedFunctionsRequest.Builder> |
serializableBuilderClass() |
GetUserDefinedFunctionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String catalogId()
The ID of the Data Catalog where the functions to be retrieved are located. If none is provided, the Amazon Web Services account ID is used by default.
public final String databaseName()
The name of the catalog database where the functions are located. If none is provided, functions from all the databases across the catalog will be returned.
public final String pattern()
An optional function-name pattern string that filters the function definitions returned.
public final String nextToken()
A continuation token, if this is a continuation call.
public final Integer maxResults()
The maximum number of functions to return in one response.
public GetUserDefinedFunctionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetUserDefinedFunctionsRequest.Builder,GetUserDefinedFunctionsRequest>toBuilder in class GlueRequestpublic static GetUserDefinedFunctionsRequest.Builder builder()
public static Class<? extends GetUserDefinedFunctionsRequest.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.