@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUserDefinedFunctionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetUserDefinedFunctionRequest() |
Modifier and Type | Method and Description |
---|---|
GetUserDefinedFunctionRequest |
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 function to be retrieved is located.
|
String |
getDatabaseName()
The name of the catalog database where the function is located.
|
String |
getFunctionName()
The name of the function.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog where the function to be retrieved is located.
|
void |
setDatabaseName(String databaseName)
The name of the catalog database where the function is located.
|
void |
setFunctionName(String functionName)
The name of the function.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetUserDefinedFunctionRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog where the function to be retrieved is located.
|
GetUserDefinedFunctionRequest |
withDatabaseName(String databaseName)
The name of the catalog database where the function is located.
|
GetUserDefinedFunctionRequest |
withFunctionName(String functionName)
The name of the function.
|
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 function to be retrieved is located. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog where the function to be retrieved is located. If none is supplied, the AWS
account ID is used by default.public String getCatalogId()
The ID of the Data Catalog where the function to be retrieved is located. If none is supplied, the AWS account ID is used by default.
public GetUserDefinedFunctionRequest withCatalogId(String catalogId)
The ID of the Data Catalog where the function to be retrieved is located. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog where the function to be retrieved is located. If none is supplied, the AWS
account ID is used by default.public void setDatabaseName(String databaseName)
The name of the catalog database where the function is located.
databaseName
- The name of the catalog database where the function is located.public String getDatabaseName()
The name of the catalog database where the function is located.
public GetUserDefinedFunctionRequest withDatabaseName(String databaseName)
The name of the catalog database where the function is located.
databaseName
- The name of the catalog database where the function is located.public void setFunctionName(String functionName)
The name of the function.
functionName
- The name of the function.public String getFunctionName()
The name of the function.
public GetUserDefinedFunctionRequest withFunctionName(String functionName)
The name of the function.
functionName
- The name of the function.public String toString()
toString
in class Object
Object.toString()
public GetUserDefinedFunctionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.