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