@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUserDefinedFunctionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetUserDefinedFunctionsRequest() |
Modifier and Type | Method and Description |
---|---|
GetUserDefinedFunctionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCatalogId()
The ID of the Data Catalog where the functions to be retrieved are located.
|
String |
getDatabaseName()
The name of the catalog database where the functions are located.
|
Integer |
getMaxResults()
The maximum number of functions to return in one response.
|
String |
getNextToken()
A continuation token, if this is a continuation call.
|
String |
getPattern()
An optional function-name pattern string that filters the function definitions returned.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog where the functions to be retrieved are located.
|
void |
setDatabaseName(String databaseName)
The name of the catalog database where the functions are located.
|
void |
setMaxResults(Integer maxResults)
The maximum number of functions to return in one response.
|
void |
setNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
void |
setPattern(String pattern)
An optional function-name pattern string that filters the function definitions returned.
|
String |
toString()
Returns a string representation of this object.
|
GetUserDefinedFunctionsRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog where the functions to be retrieved are located.
|
GetUserDefinedFunctionsRequest |
withDatabaseName(String databaseName)
The name of the catalog database where the functions are located.
|
GetUserDefinedFunctionsRequest |
withMaxResults(Integer maxResults)
The maximum number of functions to return in one response.
|
GetUserDefinedFunctionsRequest |
withNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
GetUserDefinedFunctionsRequest |
withPattern(String pattern)
An optional function-name pattern string that filters the function definitions returned.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCatalogId(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.
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 String getCatalogId()
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 GetUserDefinedFunctionsRequest withCatalogId(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.
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 void setDatabaseName(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.
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 String getDatabaseName()
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 GetUserDefinedFunctionsRequest withDatabaseName(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.
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 void setPattern(String pattern)
An optional function-name pattern string that filters the function definitions returned.
pattern
- An optional function-name pattern string that filters the function definitions returned.public String getPattern()
An optional function-name pattern string that filters the function definitions returned.
public GetUserDefinedFunctionsRequest withPattern(String pattern)
An optional function-name pattern string that filters the function definitions returned.
pattern
- An optional function-name pattern string that filters the function definitions returned.public void setNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken
- A continuation token, if this is a continuation call.public String getNextToken()
A continuation token, if this is a continuation call.
public GetUserDefinedFunctionsRequest withNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken
- A continuation token, if this is a continuation call.public void setMaxResults(Integer maxResults)
The maximum number of functions to return in one response.
maxResults
- The maximum number of functions to return in one response.public Integer getMaxResults()
The maximum number of functions to return in one response.
public GetUserDefinedFunctionsRequest withMaxResults(Integer maxResults)
The maximum number of functions to return in one response.
maxResults
- The maximum number of functions to return in one response.public String toString()
toString
in class Object
Object.toString()
public GetUserDefinedFunctionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()