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