@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFunctionDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateFunctionDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateFunctionDefinitionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAmznClientToken()
A client token used to correlate requests and responses.
|
FunctionDefinitionVersion |
getInitialVersion()
Information about the initial version of the function definition.
|
String |
getName()
The name of the function definition.
|
int |
hashCode() |
void |
setAmznClientToken(String amznClientToken)
A client token used to correlate requests and responses.
|
void |
setInitialVersion(FunctionDefinitionVersion initialVersion)
Information about the initial version of the function definition.
|
void |
setName(String name)
The name of the function definition.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateFunctionDefinitionRequest |
withAmznClientToken(String amznClientToken)
A client token used to correlate requests and responses.
|
CreateFunctionDefinitionRequest |
withInitialVersion(FunctionDefinitionVersion initialVersion)
Information about the initial version of the function definition.
|
CreateFunctionDefinitionRequest |
withName(String name)
The name of the function definition.
|
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 setAmznClientToken(String amznClientToken)
amznClientToken
- A client token used to correlate requests and responses.public String getAmznClientToken()
public CreateFunctionDefinitionRequest withAmznClientToken(String amznClientToken)
amznClientToken
- A client token used to correlate requests and responses.public void setInitialVersion(FunctionDefinitionVersion initialVersion)
initialVersion
- Information about the initial version of the function definition.public FunctionDefinitionVersion getInitialVersion()
public CreateFunctionDefinitionRequest withInitialVersion(FunctionDefinitionVersion initialVersion)
initialVersion
- Information about the initial version of the function definition.public void setName(String name)
name
- The name of the function definition.public String getName()
public CreateFunctionDefinitionRequest withName(String name)
name
- The name of the function definition.public String toString()
toString
in class Object
Object.toString()
public CreateFunctionDefinitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.