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