@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 all instances in the fleet.
|
int |
hashCode() |
void |
setRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in use by all instances in the fleet.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRuntimeConfigurationResult |
withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in use by all instances in the fleet.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in use by all instances in the fleet. If the update was successful, all property changes are shown.
runtimeConfiguration
- The runtime configuration currently in use by all instances in the fleet. If the update was successful,
all property changes are shown.public RuntimeConfiguration getRuntimeConfiguration()
The runtime configuration currently in use by all instances in the fleet. If the update was successful, all property changes are shown.
public UpdateRuntimeConfigurationResult withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in use by all instances in the fleet. If the update was successful, all property changes are shown.
runtimeConfiguration
- The runtime configuration currently in use by all instances in the fleet. If the update was successful,
all property changes are shown.public String toString()
toString
in class Object
Object.toString()
public UpdateRuntimeConfigurationResult clone()