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