@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.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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().
UpdateRuntimeOnpublic 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().
UpdateRuntimeOnpublic 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 AwsResponsepublic static PutRuntimeManagementConfigResponse.Builder builder()
public static Class<? extends PutRuntimeManagementConfigResponse.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.