Class PortProbeDetail
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.PortProbeDetail
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PortProbeDetail.Builder,PortProbeDetail>
@Generated("software.amazon.awssdk:codegen") public final class PortProbeDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PortProbeDetail.Builder,PortProbeDetail>
Contains information about the port probe details.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePortProbeDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PortProbeDetail.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LocalIpDetailslocalIpDetails()The local IP information of the connection.LocalPortDetailslocalPortDetails()The local port information of the connection.RemoteIpDetailsremoteIpDetails()The remote IP information of the connection.List<SdkField<?>>sdkFields()static Class<? extends PortProbeDetail.Builder>serializableBuilderClass()PortProbeDetail.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
-
localPortDetails
public final LocalPortDetails localPortDetails()
The local port information of the connection.
- Returns:
- The local port information of the connection.
-
localIpDetails
public final LocalIpDetails localIpDetails()
The local IP information of the connection.
- Returns:
- The local IP information of the connection.
-
remoteIpDetails
public final RemoteIpDetails remoteIpDetails()
The remote IP information of the connection.
- Returns:
- The remote IP information of the connection.
-
toBuilder
public PortProbeDetail.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PortProbeDetail.Builder,PortProbeDetail>
-
builder
public static PortProbeDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends PortProbeDetail.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.
-
-