@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRuntimeConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request action.
| Constructor and Description |
|---|
UpdateRuntimeConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateRuntimeConfigurationResult |
clone() |
boolean |
equals(Object obj) |
RuntimeConfiguration |
getRuntimeConfiguration()
The runtime configuration currently in force.
|
int |
hashCode() |
void |
setRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in force.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRuntimeConfigurationResult |
withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in force.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in force. If the update was successful, this object matches the one in the request.
runtimeConfiguration - The runtime configuration currently in force. If the update was successful, this object matches the one in
the request.public RuntimeConfiguration getRuntimeConfiguration()
The runtime configuration currently in force. If the update was successful, this object matches the one in the request.
public UpdateRuntimeConfigurationResult withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in force. If the update was successful, this object matches the one in the request.
runtimeConfiguration - The runtime configuration currently in force. If the update was successful, this object matches the one in
the request.public String toString()
toString in class ObjectObject.toString()public UpdateRuntimeConfigurationResult clone()
Copyright © 2020. All rights reserved.