@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalyzableServerSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about an analyzable server.
Constructor and Description |
---|
AnalyzableServerSummary() |
Modifier and Type | Method and Description |
---|---|
AnalyzableServerSummary |
clone() |
boolean |
equals(Object obj) |
String |
getHostname()
The host name of the analyzable server.
|
String |
getIpAddress()
The ip address of the analyzable server.
|
String |
getSource()
The data source of the analyzable server.
|
String |
getVmId()
The virtual machine id of the analyzable server.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setHostname(String hostname)
The host name of the analyzable server.
|
void |
setIpAddress(String ipAddress)
The ip address of the analyzable server.
|
void |
setSource(String source)
The data source of the analyzable server.
|
void |
setVmId(String vmId)
The virtual machine id of the analyzable server.
|
String |
toString()
Returns a string representation of this object.
|
AnalyzableServerSummary |
withHostname(String hostname)
The host name of the analyzable server.
|
AnalyzableServerSummary |
withIpAddress(String ipAddress)
The ip address of the analyzable server.
|
AnalyzableServerSummary |
withSource(String source)
The data source of the analyzable server.
|
AnalyzableServerSummary |
withVmId(String vmId)
The virtual machine id of the analyzable server.
|
public void setHostname(String hostname)
The host name of the analyzable server.
hostname
- The host name of the analyzable server.public String getHostname()
The host name of the analyzable server.
public AnalyzableServerSummary withHostname(String hostname)
The host name of the analyzable server.
hostname
- The host name of the analyzable server.public void setIpAddress(String ipAddress)
The ip address of the analyzable server.
ipAddress
- The ip address of the analyzable server.public String getIpAddress()
The ip address of the analyzable server.
public AnalyzableServerSummary withIpAddress(String ipAddress)
The ip address of the analyzable server.
ipAddress
- The ip address of the analyzable server.public void setSource(String source)
The data source of the analyzable server.
source
- The data source of the analyzable server.public String getSource()
The data source of the analyzable server.
public AnalyzableServerSummary withSource(String source)
The data source of the analyzable server.
source
- The data source of the analyzable server.public void setVmId(String vmId)
The virtual machine id of the analyzable server.
vmId
- The virtual machine id of the analyzable server.public String getVmId()
The virtual machine id of the analyzable server.
public AnalyzableServerSummary withVmId(String vmId)
The virtual machine id of the analyzable server.
vmId
- The virtual machine id of the analyzable server.public String toString()
toString
in class Object
Object.toString()
public AnalyzableServerSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.