@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionLocalIpDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the IP address where the scanned port is located.
| Constructor and Description |
|---|
ActionLocalIpDetails() |
| Modifier and Type | Method and Description |
|---|---|
ActionLocalIpDetails |
clone() |
boolean |
equals(Object obj) |
String |
getIpAddressV4()
The IP address.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setIpAddressV4(String ipAddressV4)
The IP address.
|
String |
toString()
Returns a string representation of this object.
|
ActionLocalIpDetails |
withIpAddressV4(String ipAddressV4)
The IP address.
|
public void setIpAddressV4(String ipAddressV4)
The IP address.
ipAddressV4 - The IP address.public String getIpAddressV4()
The IP address.
public ActionLocalIpDetails withIpAddressV4(String ipAddressV4)
The IP address.
ipAddressV4 - The IP address.public String toString()
toString in class ObjectObject.toString()public ActionLocalIpDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.