@Generated(value="software.amazon.awssdk:codegen") public final class IpOwner extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IpOwner.Builder,IpOwner>
Provides information about the registered owner of an IP address.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IpOwner.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
asn()
The autonomous system number (ASN) for the autonomous system that included the IP address.
|
String |
asnOrg()
The organization identifier that's associated with the autonomous system number (ASN) for the autonomous system
that included the IP address.
|
static IpOwner.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
isp()
The name of the internet service provider (ISP) that owned the IP address.
|
String |
org()
The name of the organization that owned the IP address.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IpOwner.Builder> |
serializableBuilderClass() |
IpOwner.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String asn()
The autonomous system number (ASN) for the autonomous system that included the IP address.
public String asnOrg()
The organization identifier that's associated with the autonomous system number (ASN) for the autonomous system that included the IP address.
public String isp()
The name of the internet service provider (ISP) that owned the IP address.
public String org()
The name of the organization that owned the IP address.
public IpOwner.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IpOwner.Builder,IpOwner>public static IpOwner.Builder builder()
public static Class<? extends IpOwner.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.