@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, withSdkRequestTimeout
public 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. This value maps to the ''Version'' property of the
corresponding ''VersionInformation'' object, which is returned by ''ListFunctionDefinitionVersions''
requests. If the version is the last one that was associated with a function definition, the value also
maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.public String getFunctionDefinitionVersionId()
public GetFunctionDefinitionVersionRequest withFunctionDefinitionVersionId(String functionDefinitionVersionId)
functionDefinitionVersionId
- The ID of the function definition version. This value maps to the ''Version'' property of the
corresponding ''VersionInformation'' object, which is returned by ''ListFunctionDefinitionVersions''
requests. If the version is the last one that was associated with a function definition, the value also
maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.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 Object
Object.toString()
public GetFunctionDefinitionVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()