ToCopyableBuilder<IPRange.Builder,IPRange>
@Generated("software.amazon.awssdk:codegen") public class IPRange extends Object implements ToCopyableBuilder<IPRange.Builder,IPRange>
Describes an IP range used in a security group.
Modifier and Type | Class | Description |
---|---|---|
static interface |
IPRange.Builder |
Modifier and Type | Method | Description |
---|---|---|
static IPRange.Builder |
builder() |
|
String |
cidrip() |
The IP range in Classless Inter-Domain Routing (CIDR) notation.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends IPRange.Builder> |
serializableBuilderClass() |
|
String |
status() |
The status of the IP range, for example, "authorized".
|
List<Tag> |
tags() |
The list of tags for the IP range.
|
IPRange.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String status()
The status of the IP range, for example, "authorized".
public String cidrip()
The IP range in Classless Inter-Domain Routing (CIDR) notation.
public List<Tag> tags()
The list of tags for the IP range.
public IPRange.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<IPRange.Builder,IPRange>
public static IPRange.Builder builder()
public static Class<? extends IPRange.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.