@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HostPropertiesRequest extends Object implements Serializable, Cloneable, StructuredPojo
The host property details.
| Constructor and Description |
|---|
HostPropertiesRequest() |
| Modifier and Type | Method and Description |
|---|---|
HostPropertiesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getHostName()
The host name.
|
IpAddresses |
getIpAddresses()
The IP address of the host.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setHostName(String hostName)
The host name.
|
void |
setIpAddresses(IpAddresses ipAddresses)
The IP address of the host.
|
String |
toString()
Returns a string representation of this object.
|
HostPropertiesRequest |
withHostName(String hostName)
The host name.
|
HostPropertiesRequest |
withIpAddresses(IpAddresses ipAddresses)
The IP address of the host.
|
public void setHostName(String hostName)
The host name.
hostName - The host name.public String getHostName()
The host name.
public HostPropertiesRequest withHostName(String hostName)
The host name.
hostName - The host name.public void setIpAddresses(IpAddresses ipAddresses)
The IP address of the host.
ipAddresses - The IP address of the host.public IpAddresses getIpAddresses()
The IP address of the host.
public HostPropertiesRequest withIpAddresses(IpAddresses ipAddresses)
The IP address of the host.
ipAddresses - The IP address of the host.public String toString()
toString in class ObjectObject.toString()public HostPropertiesRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.