@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IpAddressDetails extends Object implements Serializable, Cloneable, StructuredPojo
The IP address of the device that the entity used to perform the action on the affected resource. This object also provides information such as the owner and geographical location for the IP address.
| Constructor and Description |
|---|
IpAddressDetails() |
| Modifier and Type | Method and Description |
|---|---|
IpAddressDetails |
clone() |
boolean |
equals(Object obj) |
String |
getIpAddressV4()
Reserved for future use.
|
IpCity |
getIpCity()
Reserved for future use.
|
IpCountry |
getIpCountry()
Reserved for future use.
|
IpGeoLocation |
getIpGeoLocation()
Reserved for future use.
|
IpOwner |
getIpOwner()
Reserved for future use.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setIpAddressV4(String ipAddressV4)
Reserved for future use.
|
void |
setIpCity(IpCity ipCity)
Reserved for future use.
|
void |
setIpCountry(IpCountry ipCountry)
Reserved for future use.
|
void |
setIpGeoLocation(IpGeoLocation ipGeoLocation)
Reserved for future use.
|
void |
setIpOwner(IpOwner ipOwner)
Reserved for future use.
|
String |
toString()
Returns a string representation of this object.
|
IpAddressDetails |
withIpAddressV4(String ipAddressV4)
Reserved for future use.
|
IpAddressDetails |
withIpCity(IpCity ipCity)
Reserved for future use.
|
IpAddressDetails |
withIpCountry(IpCountry ipCountry)
Reserved for future use.
|
IpAddressDetails |
withIpGeoLocation(IpGeoLocation ipGeoLocation)
Reserved for future use.
|
IpAddressDetails |
withIpOwner(IpOwner ipOwner)
Reserved for future use.
|
public void setIpAddressV4(String ipAddressV4)
Reserved for future use.
ipAddressV4 - Reserved for future use.public String getIpAddressV4()
Reserved for future use.
public IpAddressDetails withIpAddressV4(String ipAddressV4)
Reserved for future use.
ipAddressV4 - Reserved for future use.public void setIpCity(IpCity ipCity)
Reserved for future use.
ipCity - Reserved for future use.public IpCity getIpCity()
Reserved for future use.
public IpAddressDetails withIpCity(IpCity ipCity)
Reserved for future use.
ipCity - Reserved for future use.public void setIpCountry(IpCountry ipCountry)
Reserved for future use.
ipCountry - Reserved for future use.public IpCountry getIpCountry()
Reserved for future use.
public IpAddressDetails withIpCountry(IpCountry ipCountry)
Reserved for future use.
ipCountry - Reserved for future use.public void setIpGeoLocation(IpGeoLocation ipGeoLocation)
Reserved for future use.
ipGeoLocation - Reserved for future use.public IpGeoLocation getIpGeoLocation()
Reserved for future use.
public IpAddressDetails withIpGeoLocation(IpGeoLocation ipGeoLocation)
Reserved for future use.
ipGeoLocation - Reserved for future use.public void setIpOwner(IpOwner ipOwner)
Reserved for future use.
ipOwner - Reserved for future use.public IpOwner getIpOwner()
Reserved for future use.
public IpAddressDetails withIpOwner(IpOwner ipOwner)
Reserved for future use.
ipOwner - Reserved for future use.public String toString()
toString in class ObjectObject.toString()public IpAddressDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.