Class IpamRouteOverlap
java.lang.Object
software.amazon.awssdk.services.ec2.model.IpamRouteOverlap
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IpamRouteOverlap.Builder,IpamRouteOverlap>
@Generated("software.amazon.awssdk:codegen")
public final class IpamRouteOverlap
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<IpamRouteOverlap.Builder,IpamRouteOverlap>
Contains information about an overlapping route detected for a BYOIP prefix.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringasn()The ASN originating the overlapping route.static IpamRouteOverlap.Builderbuilder()final InstantThe time when the overlap was detected.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringprefix()The overlapping IP address prefix in CIDR notation.static Class<? extends IpamRouteOverlap.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
prefix
The overlapping IP address prefix in CIDR notation.
- Returns:
- The overlapping IP address prefix in CIDR notation.
-
asn
The ASN originating the overlapping route.
- Returns:
- The ASN originating the overlapping route.
-
detectedAt
The time when the overlap was detected.
- Returns:
- The time when the overlap was detected.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<IpamRouteOverlap.Builder,IpamRouteOverlap>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-