@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeServerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeServerResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeServerResult |
clone() |
boolean |
equals(Object obj) |
DescribedServer |
getServer()
An array containing the properties of a server with the
ServerID you specified. |
int |
hashCode() |
void |
setServer(DescribedServer server)
An array containing the properties of a server with the
ServerID you specified. |
String |
toString()
Returns a string representation of this object.
|
DescribeServerResult |
withServer(DescribedServer server)
An array containing the properties of a server with the
ServerID you specified. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setServer(DescribedServer server)
An array containing the properties of a server with the ServerID you specified.
server - An array containing the properties of a server with the ServerID you specified.public DescribedServer getServer()
An array containing the properties of a server with the ServerID you specified.
ServerID you specified.public DescribeServerResult withServer(DescribedServer server)
An array containing the properties of a server with the ServerID you specified.
server - An array containing the properties of a server with the ServerID you specified.public String toString()
toString in class ObjectObject.toString()public DescribeServerResult clone()