@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 String asn()
The Autonomous System Number (ASN) of the internet provider of the remote IP address.
public String asnOrg()
The organization that registered this ASN.
public String isp()
The ISP information for the internet provider.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.