@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFunctionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteFunctionRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteFunctionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIfMatch()
The current version (
ETag value) of the function that you are deleting, which you can get using
DescribeFunction . |
String |
getName()
The name of the function that you are deleting.
|
int |
hashCode() |
void |
setIfMatch(String ifMatch)
The current version (
ETag value) of the function that you are deleting, which you can get using
DescribeFunction . |
void |
setName(String name)
The name of the function that you are deleting.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFunctionRequest |
withIfMatch(String ifMatch)
The current version (
ETag value) of the function that you are deleting, which you can get using
DescribeFunction . |
DeleteFunctionRequest |
withName(String name)
The name of the function that you are deleting.
|
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 setName(String name)
The name of the function that you are deleting.
name
- The name of the function that you are deleting.public String getName()
The name of the function that you are deleting.
public DeleteFunctionRequest withName(String name)
The name of the function that you are deleting.
name
- The name of the function that you are deleting.public void setIfMatch(String ifMatch)
The current version (ETag
value) of the function that you are deleting, which you can get using
DescribeFunction
.
ifMatch
- The current version (ETag
value) of the function that you are deleting, which you can get
using DescribeFunction
.public String getIfMatch()
The current version (ETag
value) of the function that you are deleting, which you can get using
DescribeFunction
.
ETag
value) of the function that you are deleting, which you can get
using DescribeFunction
.public DeleteFunctionRequest withIfMatch(String ifMatch)
The current version (ETag
value) of the function that you are deleting, which you can get using
DescribeFunction
.
ifMatch
- The current version (ETag
value) of the function that you are deleting, which you can get
using DescribeFunction
.public String toString()
toString
in class Object
Object.toString()
public DeleteFunctionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()