ToCopyableBuilder<GetFunctionDefinitionVersionResponse.Builder,GetFunctionDefinitionVersionResponse>
@Generated("software.amazon.awssdk:codegen") public class GetFunctionDefinitionVersionResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetFunctionDefinitionVersionResponse.Builder,GetFunctionDefinitionVersionResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetFunctionDefinitionVersionResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
arn() |
Arn of the function definition version.
|
static GetFunctionDefinitionVersionResponse.Builder |
builder() |
|
String |
creationTimestamp() |
Timestamp when the funtion definition version was created.
|
FunctionDefinitionVersion |
definition() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
Id of the function definition the version belongs to.
|
static Class<? extends GetFunctionDefinitionVersionResponse.Builder> |
serializableBuilderClass() |
|
GetFunctionDefinitionVersionResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
version() |
Version of the function definition version.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String arn()
public String creationTimestamp()
public FunctionDefinitionVersion definition()
public String id()
public String version()
public GetFunctionDefinitionVersionResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetFunctionDefinitionVersionResponse.Builder,GetFunctionDefinitionVersionResponse>
public static GetFunctionDefinitionVersionResponse.Builder builder()
public static Class<? extends GetFunctionDefinitionVersionResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.