@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFunctionDefinitionVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateFunctionDefinitionVersionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateFunctionDefinitionVersionRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAmznClientToken()The client token used to request idempotent operations. | 
| String | getFunctionDefinitionId()the unique Id of the lambda definition | 
| List<Function> | getFunctions()Lambda functions in this function definition version. | 
| int | hashCode() | 
| void | setAmznClientToken(String amznClientToken)The client token used to request idempotent operations. | 
| void | setFunctionDefinitionId(String functionDefinitionId)the unique Id of the lambda definition | 
| void | setFunctions(Collection<Function> functions)Lambda functions in this function definition version. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| CreateFunctionDefinitionVersionRequest | withAmznClientToken(String amznClientToken)The client token used to request idempotent operations. | 
| CreateFunctionDefinitionVersionRequest | withFunctionDefinitionId(String functionDefinitionId)the unique Id of the lambda definition | 
| CreateFunctionDefinitionVersionRequest | withFunctions(Collection<Function> functions)Lambda functions in this function definition version. | 
| CreateFunctionDefinitionVersionRequest | withFunctions(Function... functions)Lambda functions in this function definition version. | 
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 CreateFunctionDefinitionVersionRequest()
public void setAmznClientToken(String amznClientToken)
amznClientToken - The client token used to request idempotent operations.public String getAmznClientToken()
public CreateFunctionDefinitionVersionRequest withAmznClientToken(String amznClientToken)
amznClientToken - The client token used to request idempotent operations.public void setFunctionDefinitionId(String functionDefinitionId)
functionDefinitionId - the unique Id of the lambda definitionpublic String getFunctionDefinitionId()
public CreateFunctionDefinitionVersionRequest withFunctionDefinitionId(String functionDefinitionId)
functionDefinitionId - the unique Id of the lambda definitionpublic List<Function> getFunctions()
public void setFunctions(Collection<Function> functions)
functions - Lambda functions in this function definition version.public CreateFunctionDefinitionVersionRequest withFunctions(Function... functions)
 NOTE: This method appends the values to the existing list (if any). Use
 setFunctions(java.util.Collection) or withFunctions(java.util.Collection) if you want to
 override the existing values.
 
functions - Lambda functions in this function definition version.public CreateFunctionDefinitionVersionRequest withFunctions(Collection<Function> functions)
functions - Lambda functions in this function definition version.public String toString()
toString in class ObjectObject.toString()public CreateFunctionDefinitionVersionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.