@Generated(value="software.amazon.awssdk:codegen") public final class GetFunctionResponse extends LambdaResponse implements ToCopyableBuilder<GetFunctionResponse.Builder,GetFunctionResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
GetFunctionResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static GetFunctionResponse.Builder |
builder() |
FunctionCodeLocation |
code()
The deployment package of the function or version.
|
Concurrency |
concurrency()
The function's reserved
concurrency.
|
FunctionConfiguration |
configuration()
The configuration of the function or version.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetFunctionResponse.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
The function's tags.
|
GetFunctionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public FunctionConfiguration configuration()
The configuration of the function or version.
public FunctionCodeLocation code()
The deployment package of the function or version.
public Map<String,String> tags()
The function's tags.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Concurrency concurrency()
The function's reserved concurrency.
public GetFunctionResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<GetFunctionResponse.Builder,GetFunctionResponse>
toBuilder
in class AwsResponse
public static GetFunctionResponse.Builder builder()
public static Class<? extends GetFunctionResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2019. All rights reserved.