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