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