@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 final String ipAddressV4()
The Internet Protocol version 4 (IPv4) address of the device.
public final IpCity ipCity()
The city that the IP address originated from.
public final IpCountry ipCountry()
The country that the IP address originated from.
public final IpGeoLocation ipGeoLocation()
The geographic coordinates of the location that the IP address originated from.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.