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; useful for testing and debugging.
|
UpdateRuntimeConfigurationResult |
withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
The runtime configuration currently in force.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public UpdateRuntimeConfigurationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.