@Generated(value="software.amazon.awssdk:codegen") public final class IpRouteInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IpRouteInfo.Builder,IpRouteInfo>
Information about one or more IP address blocks.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IpRouteInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
Instant |
addedDateTime()
The date and time the address block was added to the directory.
|
static IpRouteInfo.Builder |
builder() |
String |
cidrIp()
IP address block in the IpRoute.
|
String |
description()
Description of the IpRouteInfo.
|
String |
directoryId()
Identifier (ID) of the directory associated with the IP addresses.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IpRouteStatusMsg |
ipRouteStatusMsg()
The status of the IP address block.
|
String |
ipRouteStatusMsgAsString()
The status of the IP address block.
|
String |
ipRouteStatusReason()
The reason for the IpRouteStatusMsg.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IpRouteInfo.Builder> |
serializableBuilderClass() |
IpRouteInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String directoryId()
Identifier (ID) of the directory associated with the IP addresses.
public final String cidrIp()
IP address block in the IpRoute.
public final IpRouteStatusMsg ipRouteStatusMsg()
The status of the IP address block.
If the service returns an enum value that is not available in the current SDK version, ipRouteStatusMsg
will return IpRouteStatusMsg.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from ipRouteStatusMsgAsString().
IpRouteStatusMsgpublic final String ipRouteStatusMsgAsString()
The status of the IP address block.
If the service returns an enum value that is not available in the current SDK version, ipRouteStatusMsg
will return IpRouteStatusMsg.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from ipRouteStatusMsgAsString().
IpRouteStatusMsgpublic final Instant addedDateTime()
The date and time the address block was added to the directory.
public final String ipRouteStatusReason()
The reason for the IpRouteStatusMsg.
public final String description()
Description of the IpRouteInfo.
public IpRouteInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IpRouteInfo.Builder,IpRouteInfo>public static IpRouteInfo.Builder builder()
public static Class<? extends IpRouteInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.