Class Organization
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.Organization
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Organization.Builder,Organization>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOrganization.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringasn()The Autonomous System Number (ASN) of the internet provider of the remote IP address.StringasnOrg()The organization that registered this ASN.static Organization.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringisp()The ISP information for the internet provider.Stringorg()The name of the internet provider.List<SdkField<?>>sdkFields()static Class<? extends Organization.Builder>serializableBuilderClass()Organization.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
asn
public final String asn()
The Autonomous System Number (ASN) of the internet provider of the remote IP address.
- Returns:
- The Autonomous System Number (ASN) of the internet provider of the remote IP address.
-
asnOrg
public final String asnOrg()
The organization that registered this ASN.
- Returns:
- The organization that registered this ASN.
-
isp
public final String isp()
The ISP information for the internet provider.
- Returns:
- The ISP information for the internet provider.
-
org
public final String org()
The name of the internet provider.
- Returns:
- The name of the internet provider.
-
toBuilder
public Organization.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Organization.Builder,Organization>
-
builder
public static Organization.Builder builder()
-
serializableBuilderClass
public static Class<? extends Organization.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-