@Generated(value="software.amazon.awssdk:codegen") public final class CidrCollection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CidrCollection.Builder,CidrCollection>
A complex type that identifies a CIDR collection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CidrCollection.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the collection.
|
static CidrCollection.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique ID of the CIDR collection.
|
String |
name()
The name of a CIDR collection.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CidrCollection.Builder> |
serializableBuilderClass() |
CidrCollection.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
version()
A sequential counter that Route 53 sets to 1 when you create a CIDR collection and increments by 1 each time you
update settings for the CIDR collection.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the collection. Can be used to reference the collection in IAM policy or in another Amazon Web Services account.
public final String id()
The unique ID of the CIDR collection.
public final String name()
The name of a CIDR collection.
public final Long version()
A sequential counter that Route 53 sets to 1 when you create a CIDR collection and increments by 1 each time you update settings for the CIDR collection.
public CidrCollection.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CidrCollection.Builder,CidrCollection>public static CidrCollection.Builder builder()
public static Class<? extends CidrCollection.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.