@Generated(value="software.amazon.awssdk:codegen") public final class GetRuntimeManagementConfigResponse extends LambdaResponse implements ToCopyableBuilder<GetRuntimeManagementConfigResponse.Builder,GetRuntimeManagementConfigResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetRuntimeManagementConfigResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetRuntimeManagementConfigResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
functionArn()
The Amazon Resource Name (ARN) of your 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 GetRuntimeManagementConfigResponse.Builder> |
serializableBuilderClass() |
GetRuntimeManagementConfigResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UpdateRuntimeOn |
updateRuntimeOn()
The current runtime update mode of the function.
|
String |
updateRuntimeOnAsString()
The current runtime update mode of the function.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final UpdateRuntimeOn updateRuntimeOn()
The current runtime update mode of the function.
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().
UpdateRuntimeOnpublic final String updateRuntimeOnAsString()
The current runtime update mode of the function.
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().
UpdateRuntimeOnpublic 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 final String functionArn()
The Amazon Resource Name (ARN) of your function.
public GetRuntimeManagementConfigResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetRuntimeManagementConfigResponse.Builder,GetRuntimeManagementConfigResponse>toBuilder in class AwsResponsepublic static GetRuntimeManagementConfigResponse.Builder builder()
public static Class<? extends GetRuntimeManagementConfigResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.