@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFunctionDefinitionVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetFunctionDefinitionVersionRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetFunctionDefinitionVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFunctionDefinitionId()
The ID of the Lambda function definition.
|
String |
getFunctionDefinitionVersionId()
The ID of the function definition version.
|
String |
getNextToken()
The token for the next set of results, or ''null'' if there are no additional results.
|
int |
hashCode() |
void |
setFunctionDefinitionId(String functionDefinitionId)
The ID of the Lambda function definition.
|
void |
setFunctionDefinitionVersionId(String functionDefinitionVersionId)
The ID of the function definition version.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
String |
toString()
Returns a string representation of this object.
|
GetFunctionDefinitionVersionRequest |
withFunctionDefinitionId(String functionDefinitionId)
The ID of the Lambda function definition.
|
GetFunctionDefinitionVersionRequest |
withFunctionDefinitionVersionId(String functionDefinitionVersionId)
The ID of the function definition version.
|
GetFunctionDefinitionVersionRequest |
withNextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
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 setFunctionDefinitionId(String functionDefinitionId)
functionDefinitionId - The ID of the Lambda function definition.public String getFunctionDefinitionId()
public GetFunctionDefinitionVersionRequest withFunctionDefinitionId(String functionDefinitionId)
functionDefinitionId - The ID of the Lambda function definition.public void setFunctionDefinitionVersionId(String functionDefinitionVersionId)
functionDefinitionVersionId - The ID of the function definition version.public String getFunctionDefinitionVersionId()
public GetFunctionDefinitionVersionRequest withFunctionDefinitionVersionId(String functionDefinitionVersionId)
functionDefinitionVersionId - The ID of the function definition version.public void setNextToken(String nextToken)
nextToken - The token for the next set of results, or ''null'' if there are no additional results.public String getNextToken()
public GetFunctionDefinitionVersionRequest withNextToken(String nextToken)
nextToken - The token for the next set of results, or ''null'' if there are no additional results.public String toString()
toString in class ObjectObject.toString()public GetFunctionDefinitionVersionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.