public class IpAddressGroup extends Object
Constructor and Description |
---|
IpAddressGroup() |
Modifier and Type | Method and Description |
---|---|
String |
deliveryRegion()
Get the deliveryRegion value.
|
List<CidrIpAddress> |
ipv4Addresses()
Get the ipv4Addresses value.
|
List<CidrIpAddress> |
ipv6Addresses()
Get the ipv6Addresses value.
|
IpAddressGroup |
withDeliveryRegion(String deliveryRegion)
Set the deliveryRegion value.
|
IpAddressGroup |
withIpv4Addresses(List<CidrIpAddress> ipv4Addresses)
Set the ipv4Addresses value.
|
IpAddressGroup |
withIpv6Addresses(List<CidrIpAddress> ipv6Addresses)
Set the ipv6Addresses value.
|
public String deliveryRegion()
public IpAddressGroup withDeliveryRegion(String deliveryRegion)
deliveryRegion
- the deliveryRegion value to setpublic List<CidrIpAddress> ipv4Addresses()
public IpAddressGroup withIpv4Addresses(List<CidrIpAddress> ipv4Addresses)
ipv4Addresses
- the ipv4Addresses value to setpublic List<CidrIpAddress> ipv6Addresses()
public IpAddressGroup withIpv6Addresses(List<CidrIpAddress> ipv6Addresses)
ipv6Addresses
- the ipv6Addresses value to setCopyright © 2019. All rights reserved.