@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Ip extends Object implements Serializable, Cloneable, StructuredPojo
IP address used for resolving device location.
Constructor and Description |
---|
Ip() |
Modifier and Type | Method and Description |
---|---|
Ip |
clone() |
boolean |
equals(Object obj) |
String |
getIpAddress()
IP address information.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIpAddress(String ipAddress)
IP address information.
|
String |
toString()
Returns a string representation of this object.
|
Ip |
withIpAddress(String ipAddress)
IP address information.
|
public void setIpAddress(String ipAddress)
IP address information.
ipAddress
- IP address information.public String getIpAddress()
IP address information.
public Ip withIpAddress(String ipAddress)
IP address information.
ipAddress
- IP address information.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.