ToCopyableBuilder<GetFunctionResponse.Builder,GetFunctionResponse>
@Generated("software.amazon.awssdk:codegen") public class GetFunctionResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetFunctionResponse.Builder,GetFunctionResponse>
This response contains the object for the Lambda function location (see FunctionCodeLocation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetFunctionResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetFunctionResponse.Builder |
builder() |
|
FunctionCodeLocation |
code() |
|
FunctionConfiguration |
configuration() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetFunctionResponse.Builder> |
serializableBuilderClass() |
|
Map<String,String> |
tags() |
Returns the list of tags associated with the function.
|
GetFunctionResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public FunctionConfiguration configuration()
public FunctionCodeLocation code()
public Map<String,String> tags()
Returns the list of tags associated with the function.
public GetFunctionResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetFunctionResponse.Builder,GetFunctionResponse>
public static GetFunctionResponse.Builder builder()
public static Class<? extends GetFunctionResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.