@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRuntimeConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateRuntimeConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateRuntimeConfigurationResult |
clone() |
boolean |
equals(Object obj) |
RuntimeConfiguration |
getRuntimeConfiguration()
The runtime configuration currently in use by computes in the fleet.
|
int |
hashCode() |
void |
setRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in use by computes in the fleet.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRuntimeConfigurationResult |
withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in use by computes in the fleet.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in use by computes in the fleet. If the update is successful, all property changes are shown.
runtimeConfiguration - The runtime configuration currently in use by computes in the fleet. If the update is successful, all
property changes are shown.public RuntimeConfiguration getRuntimeConfiguration()
The runtime configuration currently in use by computes in the fleet. If the update is successful, all property changes are shown.
public UpdateRuntimeConfigurationResult withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in use by computes in the fleet. If the update is successful, all property changes are shown.
runtimeConfiguration - The runtime configuration currently in use by computes in the fleet. If the update is successful, all
property changes are shown.public String toString()
toString in class ObjectObject.toString()public UpdateRuntimeConfigurationResult clone()