@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 action.
Constructor and Description |
---|
DescribeRuntimeConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRuntimeConfigurationResult |
clone() |
boolean |
equals(Object obj) |
RuntimeConfiguration |
getRuntimeConfiguration()
Instructions describing how server processes should be launched and maintained on each instance in the fleet.
|
int |
hashCode() |
void |
setRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions describing how server processes should be launched and maintained on each instance in the fleet.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeRuntimeConfigurationResult |
withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions describing how server processes should be launched and maintained on each instance in the fleet.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions describing how server processes should be launched and maintained on each instance in the fleet.
runtimeConfiguration
- Instructions describing how server processes should be launched and maintained on each instance in the
fleet.public RuntimeConfiguration getRuntimeConfiguration()
Instructions describing how server processes should be launched and maintained on each instance in the fleet.
public DescribeRuntimeConfigurationResult withRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
Instructions describing how server processes should be launched and maintained on each instance in the fleet.
runtimeConfiguration
- Instructions describing 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.