@Generated(value="software.amazon.awssdk:codegen") public final class IpAddressDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IpAddressDetails.Builder,IpAddressDetails>
Provides information about the IP address of the device that an entity used to perform an action on an affected resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IpAddressDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IpAddressDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ipAddressV4()
The Internet Protocol version 4 (IPv4) address of the device.
|
IpCity |
ipCity()
The city that the IP address originated from.
|
IpCountry |
ipCountry()
The country that the IP address originated from.
|
IpGeoLocation |
ipGeoLocation()
The geographic coordinates of the location that the IP address originated from.
|
IpOwner |
ipOwner()
The registered owner of the IP address.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IpAddressDetails.Builder> |
serializableBuilderClass() |
IpAddressDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String ipAddressV4()
The Internet Protocol version 4 (IPv4) address of the device.
public IpCity ipCity()
The city that the IP address originated from.
public IpCountry ipCountry()
The country that the IP address originated from.
public IpGeoLocation ipGeoLocation()
The geographic coordinates of the location that the IP address originated from.
public IpOwner ipOwner()
The registered owner of the IP address.
public IpAddressDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IpAddressDetails.Builder,IpAddressDetails>public static IpAddressDetails.Builder builder()
public static Class<? extends IpAddressDetails.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.