Class IpRange
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.IpRange
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IpRange.Builder,IpRange>
@Generated("software.amazon.awssdk:codegen") public final class IpRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IpRange.Builder,IpRange>
Describes an IPv4 address range.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIpRange.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IpRange.Builderbuilder()StringcidrIp()The IPv4 address range.Stringdescription()A description for the security group rule that references this IPv4 address range.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends IpRange.Builder>serializableBuilderClass()IpRange.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
description
public final 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 ._-:/()#,@[]+=&;{}!$*
- Returns:
- 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 ._-:/()#,@[]+=&;{}!$*
-
cidrIp
public final String cidrIp()
The IPv4 address range. You can either specify a CIDR block or a source security group, not both. To specify a single IPv4 address, use the /32 prefix length.
- Returns:
- The IPv4 address range. You can either specify a CIDR block or a source security group, not both. To specify a single IPv4 address, use the /32 prefix length.
-
toBuilder
public IpRange.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IpRange.Builder,IpRange>
-
builder
public static IpRange.Builder builder()
-
serializableBuilderClass
public static Class<? extends IpRange.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-