@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutRuntimeManagementConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
PutRuntimeManagementConfigResult () |
| Modifier and Type | Method and Description |
|---|---|
PutRuntimeManagementConfigResult |
clone () |
boolean |
equals (Object obj) |
String |
getFunctionArn ()
The ARN of the function
|
String |
getRuntimeVersionArn ()
The ARN of the runtime the function is configured to use.
|
String |
getUpdateRuntimeOn ()
The runtime update mode.
|
int |
hashCode () |
void |
setFunctionArn (String functionArn)
The ARN of the function
|
void |
setRuntimeVersionArn (String runtimeVersionArn)
The ARN of the runtime the function is configured to use.
|
void |
setUpdateRuntimeOn (String updateRuntimeOn)
The runtime update mode.
|
String |
toString ()
Returns a string representation of this object.
|
PutRuntimeManagementConfigResult |
withFunctionArn (String functionArn)
The ARN of the function
|
PutRuntimeManagementConfigResult |
withRuntimeVersionArn (String runtimeVersionArn)
The ARN of the runtime the function is configured to use.
|
PutRuntimeManagementConfigResult |
withUpdateRuntimeOn (String updateRuntimeOn)
The runtime update mode.
|
PutRuntimeManagementConfigResult |
withUpdateRuntimeOn (UpdateRuntimeOn updateRuntimeOn)
The runtime update mode.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public PutRuntimeManagementConfigResult()
public void setUpdateRuntimeOn(String updateRuntimeOn)
The runtime update mode.
updateRuntimeOn - The runtime update mode.UpdateRuntimeOn public String getUpdateRuntimeOn()
The runtime update mode.
UpdateRuntimeOn public PutRuntimeManagementConfigResult withUpdateRuntimeOn(String updateRuntimeOn)
The runtime update mode.
updateRuntimeOn - The runtime update mode.UpdateRuntimeOn public PutRuntimeManagementConfigResult withUpdateRuntimeOn(UpdateRuntimeOn updateRuntimeOn)
The runtime update mode.
updateRuntimeOn - The runtime update mode.UpdateRuntimeOn public void setFunctionArn(String functionArn)
The ARN of the function
functionArn - The ARN of the functionpublic String getFunctionArn()
The ARN of the function
public PutRuntimeManagementConfigResult withFunctionArn(String functionArn)
The ARN of the function
functionArn - The ARN of the functionpublic void setRuntimeVersionArn(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.
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.public String getRuntimeVersionArn()
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 PutRuntimeManagementConfigResult withRuntimeVersionArn(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.
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.public String toString()
toString in class Object Object.toString() public PutRuntimeManagementConfigResult clone()