StructuredPojo
, ToCopyableBuilder<IpRouteInfo.Builder,IpRouteInfo>
@Generated("software.amazon.awssdk:codegen") public class IpRouteInfo extends Object implements StructuredPojo, ToCopyableBuilder<IpRouteInfo.Builder,IpRouteInfo>
Information about one or more IP address blocks.
Modifier and Type | Class | Description |
---|---|---|
static interface |
IpRouteInfo.Builder |
Modifier and Type | Method | Description |
---|---|---|
Date |
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) |
|
int |
hashCode() |
|
String |
ipRouteStatusMsg() |
The status of the IP address block.
|
String |
ipRouteStatusReason() |
The reason for the IpRouteStatusMsg.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends IpRouteInfo.Builder> |
serializableBuilderClass() |
|
IpRouteInfo.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String directoryId()
Identifier (ID) of the directory associated with the IP addresses.
public String cidrIp()
IP address block in the IpRoute.
public String ipRouteStatusMsg()
The status of the IP address block.
IpRouteStatusMsg
public Date addedDateTime()
The date and time the address block was added to the directory.
public String ipRouteStatusReason()
The reason for the IpRouteStatusMsg.
public String description()
Description of the IpRouteInfo.
public IpRouteInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<IpRouteInfo.Builder,IpRouteInfo>
public static IpRouteInfo.Builder builder()
public static Class<? extends IpRouteInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.