@Generated(value="software.amazon.awssdk:codegen") public final class PutRuntimeManagementConfigResponse extends LambdaResponse implements ToCopyableBuilder<PutRuntimeManagementConfigResponse.Builder,PutRuntimeManagementConfigResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
PutRuntimeManagementConfigResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static PutRuntimeManagementConfigResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
functionArn()
The ARN of the function
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
runtimeVersionArn()
The ARN of the runtime the function is configured to use.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutRuntimeManagementConfigResponse.Builder> |
serializableBuilderClass() |
PutRuntimeManagementConfigResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UpdateRuntimeOn |
updateRuntimeOn()
The runtime update mode.
|
String |
updateRuntimeOnAsString()
The runtime update mode.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final UpdateRuntimeOn updateRuntimeOn()
The runtime update mode.
If the service returns an enum value that is not available in the current SDK version, updateRuntimeOn
will return UpdateRuntimeOn.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from updateRuntimeOnAsString()
.
UpdateRuntimeOn
public final String updateRuntimeOnAsString()
The runtime update mode.
If the service returns an enum value that is not available in the current SDK version, updateRuntimeOn
will return UpdateRuntimeOn.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from updateRuntimeOnAsString()
.
UpdateRuntimeOn
public final String functionArn()
The ARN of the function
public final String runtimeVersionArn()
The ARN of the runtime the function is configured to use. If the runtime update mode is manual, the ARN is
returned, otherwise null
is returned.
null
is returned.public PutRuntimeManagementConfigResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<PutRuntimeManagementConfigResponse.Builder,PutRuntimeManagementConfigResponse>
toBuilder
in class AwsResponse
public static PutRuntimeManagementConfigResponse.Builder builder()
public static Class<? extends PutRuntimeManagementConfigResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2023. All rights reserved.