@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFunctionDefinitionVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetFunctionDefinitionVersionResult() |
Modifier and Type | Method and Description |
---|---|
GetFunctionDefinitionVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
Arn of the function definition version.
|
String |
getCreationTimestamp()
Timestamp when the funtion definition version was created.
|
FunctionDefinitionVersion |
getDefinition()
Information on the definition.
|
String |
getId()
Id of the function definition the version belongs to.
|
String |
getVersion()
Version of the function definition version.
|
int |
hashCode() |
void |
setArn(String arn)
Arn of the function definition version.
|
void |
setCreationTimestamp(String creationTimestamp)
Timestamp when the funtion definition version was created.
|
void |
setDefinition(FunctionDefinitionVersion definition)
Information on the definition.
|
void |
setId(String id)
Id of the function definition the version belongs to.
|
void |
setVersion(String version)
Version of the function definition version.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetFunctionDefinitionVersionResult |
withArn(String arn)
Arn of the function definition version.
|
GetFunctionDefinitionVersionResult |
withCreationTimestamp(String creationTimestamp)
Timestamp when the funtion definition version was created.
|
GetFunctionDefinitionVersionResult |
withDefinition(FunctionDefinitionVersion definition)
Information on the definition.
|
GetFunctionDefinitionVersionResult |
withId(String id)
Id of the function definition the version belongs to.
|
GetFunctionDefinitionVersionResult |
withVersion(String version)
Version of the function definition version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
arn
- Arn of the function definition version.public String getArn()
public GetFunctionDefinitionVersionResult withArn(String arn)
arn
- Arn of the function definition version.public void setCreationTimestamp(String creationTimestamp)
creationTimestamp
- Timestamp when the funtion definition version was created.public String getCreationTimestamp()
public GetFunctionDefinitionVersionResult withCreationTimestamp(String creationTimestamp)
creationTimestamp
- Timestamp when the funtion definition version was created.public void setDefinition(FunctionDefinitionVersion definition)
definition
- Information on the definition.public FunctionDefinitionVersion getDefinition()
public GetFunctionDefinitionVersionResult withDefinition(FunctionDefinitionVersion definition)
definition
- Information on the definition.public void setId(String id)
id
- Id of the function definition the version belongs to.public String getId()
public GetFunctionDefinitionVersionResult withId(String id)
id
- Id of the function definition the version belongs to.public void setVersion(String version)
version
- Version of the function definition version.public String getVersion()
public GetFunctionDefinitionVersionResult withVersion(String version)
version
- Version of the function definition version.public String toString()
toString
in class Object
Object.toString()
public GetFunctionDefinitionVersionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.