@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IpRouteInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information about one or more IP address blocks.
Constructor and Description |
---|
IpRouteInfo() |
Modifier and Type | Method and Description |
---|---|
IpRouteInfo |
clone() |
boolean |
equals(Object obj) |
Date |
getAddedDateTime()
The date and time the address block was added to the directory.
|
String |
getCidrIp()
IP address block in the IpRoute.
|
String |
getDescription()
Description of the IpRouteInfo.
|
String |
getDirectoryId()
Identifier (ID) of the directory associated with the IP addresses.
|
String |
getIpRouteStatusMsg()
The status of the IP address block.
|
String |
getIpRouteStatusReason()
The reason for the IpRouteStatusMsg.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAddedDateTime(Date addedDateTime)
The date and time the address block was added to the directory.
|
void |
setCidrIp(String cidrIp)
IP address block in the IpRoute.
|
void |
setDescription(String description)
Description of the IpRouteInfo.
|
void |
setDirectoryId(String directoryId)
Identifier (ID) of the directory associated with the IP addresses.
|
void |
setIpRouteStatusMsg(IpRouteStatusMsg ipRouteStatusMsg)
The status of the IP address block.
|
void |
setIpRouteStatusMsg(String ipRouteStatusMsg)
The status of the IP address block.
|
void |
setIpRouteStatusReason(String ipRouteStatusReason)
The reason for the IpRouteStatusMsg.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
IpRouteInfo |
withAddedDateTime(Date addedDateTime)
The date and time the address block was added to the directory.
|
IpRouteInfo |
withCidrIp(String cidrIp)
IP address block in the IpRoute.
|
IpRouteInfo |
withDescription(String description)
Description of the IpRouteInfo.
|
IpRouteInfo |
withDirectoryId(String directoryId)
Identifier (ID) of the directory associated with the IP addresses.
|
IpRouteInfo |
withIpRouteStatusMsg(IpRouteStatusMsg ipRouteStatusMsg)
The status of the IP address block.
|
IpRouteInfo |
withIpRouteStatusMsg(String ipRouteStatusMsg)
The status of the IP address block.
|
IpRouteInfo |
withIpRouteStatusReason(String ipRouteStatusReason)
The reason for the IpRouteStatusMsg.
|
public void setDirectoryId(String directoryId)
Identifier (ID) of the directory associated with the IP addresses.
directoryId
- Identifier (ID) of the directory associated with the IP addresses.public String getDirectoryId()
Identifier (ID) of the directory associated with the IP addresses.
public IpRouteInfo withDirectoryId(String directoryId)
Identifier (ID) of the directory associated with the IP addresses.
directoryId
- Identifier (ID) of the directory associated with the IP addresses.public void setCidrIp(String cidrIp)
IP address block in the IpRoute.
cidrIp
- IP address block in the IpRoute.public String getCidrIp()
IP address block in the IpRoute.
public IpRouteInfo withCidrIp(String cidrIp)
IP address block in the IpRoute.
cidrIp
- IP address block in the IpRoute.public void setIpRouteStatusMsg(String ipRouteStatusMsg)
The status of the IP address block.
ipRouteStatusMsg
- The status of the IP address block.IpRouteStatusMsg
public String getIpRouteStatusMsg()
The status of the IP address block.
IpRouteStatusMsg
public IpRouteInfo withIpRouteStatusMsg(String ipRouteStatusMsg)
The status of the IP address block.
ipRouteStatusMsg
- The status of the IP address block.IpRouteStatusMsg
public void setIpRouteStatusMsg(IpRouteStatusMsg ipRouteStatusMsg)
The status of the IP address block.
ipRouteStatusMsg
- The status of the IP address block.IpRouteStatusMsg
public IpRouteInfo withIpRouteStatusMsg(IpRouteStatusMsg ipRouteStatusMsg)
The status of the IP address block.
ipRouteStatusMsg
- The status of the IP address block.IpRouteStatusMsg
public void setAddedDateTime(Date addedDateTime)
The date and time the address block was added to the directory.
addedDateTime
- The date and time the address block was added to the directory.public Date getAddedDateTime()
The date and time the address block was added to the directory.
public IpRouteInfo withAddedDateTime(Date addedDateTime)
The date and time the address block was added to the directory.
addedDateTime
- The date and time the address block was added to the directory.public void setIpRouteStatusReason(String ipRouteStatusReason)
The reason for the IpRouteStatusMsg.
ipRouteStatusReason
- The reason for the IpRouteStatusMsg.public String getIpRouteStatusReason()
The reason for the IpRouteStatusMsg.
public IpRouteInfo withIpRouteStatusReason(String ipRouteStatusReason)
The reason for the IpRouteStatusMsg.
ipRouteStatusReason
- The reason for the IpRouteStatusMsg.public void setDescription(String description)
Description of the IpRouteInfo.
description
- Description of the IpRouteInfo.public String getDescription()
Description of the IpRouteInfo.
public IpRouteInfo withDescription(String description)
Description of the IpRouteInfo.
description
- Description of the IpRouteInfo.public String toString()
toString
in class Object
Object.toString()
public IpRouteInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.