Class ActionRemoteIpDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.ActionRemoteIpDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ActionRemoteIpDetails.Builder,ActionRemoteIpDetails>
@Generated("software.amazon.awssdk:codegen") public final class ActionRemoteIpDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActionRemoteIpDetails.Builder,ActionRemoteIpDetails>
For
AwsApiAction,NetworkConnectionAction, andPortProbeAction,RemoteIpDetailsprovides information about the remote IP address that was involved in the action.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceActionRemoteIpDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActionRemoteIpDetails.Builderbuilder()Citycity()The city where the remote IP address is located.Countrycountry()The country where the remote IP address is located.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)GeoLocationgeoLocation()The coordinates of the location of the remote IP address.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringipAddressV4()The IP address.IpOrganizationDetailsorganization()The internet service provider (ISP) organization associated with the remote IP address.List<SdkField<?>>sdkFields()static Class<? extends ActionRemoteIpDetails.Builder>serializableBuilderClass()ActionRemoteIpDetails.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
-
ipAddressV4
public final String ipAddressV4()
The IP address.
- Returns:
- The IP address.
-
organization
public final IpOrganizationDetails organization()
The internet service provider (ISP) organization associated with the remote IP address.
- Returns:
- The internet service provider (ISP) organization associated with the remote IP address.
-
country
public final Country country()
The country where the remote IP address is located.
- Returns:
- The country where the remote IP address is located.
-
city
public final City city()
The city where the remote IP address is located.
- Returns:
- The city where the remote IP address is located.
-
geoLocation
public final GeoLocation geoLocation()
The coordinates of the location of the remote IP address.
- Returns:
- The coordinates of the location of the remote IP address.
-
toBuilder
public ActionRemoteIpDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ActionRemoteIpDetails.Builder,ActionRemoteIpDetails>
-
builder
public static ActionRemoteIpDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends ActionRemoteIpDetails.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.
-
-