@Generated(value="software.amazon.awssdk:codegen") public final class CollectionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CollectionSummary.Builder,CollectionSummary>
A complex type that is an entry in an CidrCollection array.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CollectionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the collection summary.
|
static CollectionSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
Unique ID for the CIDR collection.
|
String |
name()
The name of a CIDR collection.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CollectionSummary.Builder> |
serializableBuilderClass() |
CollectionSummary.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 summary. Can be used to reference the collection in IAM policy or cross-account.
public final String id()
Unique ID for 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 CollectionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CollectionSummary.Builder,CollectionSummary>public static CollectionSummary.Builder builder()
public static Class<? extends CollectionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.