@Generated(value="software.amazon.awssdk:codegen") public class PutFunctionConcurrencyResponse extends LambdaResponse implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<PutFunctionConcurrencyResponse.Builder,PutFunctionConcurrencyResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutFunctionConcurrencyResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutFunctionConcurrencyResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
reservedConcurrentExecutions()
The number of concurrent executions reserved for this function.
|
static Class<? extends PutFunctionConcurrencyResponse.Builder> |
serializableBuilderClass() |
PutFunctionConcurrencyResponse.Builder |
toBuilder() |
String |
toString() |
public Integer reservedConcurrentExecutions()
The number of concurrent executions reserved for this function. For more information, see concurrent-executions.
public PutFunctionConcurrencyResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<PutFunctionConcurrencyResponse.Builder,PutFunctionConcurrencyResponse>toBuilder in class AwsResponsepublic static PutFunctionConcurrencyResponse.Builder builder()
public static Class<? extends PutFunctionConcurrencyResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.