@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRuntimeConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request operation.
Constructor and Description |
---|
DescribeRuntimeConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRuntimeConfigurationResult |
clone() |
boolean |
equals(Object obj) |
RuntimeConfiguration |
getRuntimeConfiguration()
Instructions that describe how server processes should be launched and maintained on each instance in the fleet.
|
int |
hashCode() |
void |
setRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions that describe how server processes should be launched and maintained on each instance in the fleet.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRuntimeConfigurationResult |
withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions that describe how server processes should be launched and maintained on each instance in the fleet.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions that describe how server processes should be launched and maintained on each instance in the fleet.
runtimeConfiguration
- Instructions that describe how server processes should be launched and maintained on each instance in the
fleet.public RuntimeConfiguration getRuntimeConfiguration()
Instructions that describe how server processes should be launched and maintained on each instance in the fleet.
public DescribeRuntimeConfigurationResult withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions that describe how server processes should be launched and maintained on each instance in the fleet.
runtimeConfiguration
- Instructions that describe how server processes should be launched and maintained on each instance in the
fleet.public String toString()
toString
in class Object
Object.toString()
public DescribeRuntimeConfigurationResult clone()