Class CidrCollection
java.lang.Object
software.amazon.awssdk.services.route53.model.CidrCollection
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CidrCollection.Builder,CidrCollection>
@Generated("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.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()The ARN of the collection.static CidrCollection.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringid()The unique ID of the CIDR collection.final Stringname()The name of a CIDR collection.static Class<? extends CidrCollection.Builder>final StringtoString()Returns a string representation of this object.final Longversion()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.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
arn
The ARN of the collection. Can be used to reference the collection in IAM policy or in another Amazon Web Services account.
- Returns:
- The ARN of the collection. Can be used to reference the collection in IAM policy or in another Amazon Web Services account.
-
id
The unique ID of the CIDR collection.
- Returns:
- The unique ID of the CIDR collection.
-
name
The name of a CIDR collection.
- Returns:
- The name of a CIDR collection.
-
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.
- Returns:
- 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.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<CidrCollection.Builder,CidrCollection>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-