@Generated(value="software.amazon.awssdk:codegen") public final class IpRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IpRange.Builder,IpRange>
Describes an IPv4 range.
Modifier and Type | Class and Description |
---|---|
static interface |
IpRange.Builder |
Modifier and Type | Method and Description |
---|---|
static IpRange.Builder |
builder() |
String |
cidrIp()
The IPv4 CIDR range.
|
String |
description()
A description for the security group rule that references this IPv4 address range.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends IpRange.Builder> |
serializableBuilderClass() |
IpRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String cidrIp()
The IPv4 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv4 address, use the /32 prefix length.
public String description()
A description for the security group rule that references this IPv4 address range.
Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*
Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*
public IpRange.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<IpRange.Builder,IpRange>
public static IpRange.Builder builder()
public static Class<? extends IpRange.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.