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