Class CollectionSummary

    • Method Detail

      • arn

        public final String arn()

        The ARN of the collection summary. Can be used to reference the collection in IAM policy or cross-account.

        Returns:
        The ARN of the collection summary. Can be used to reference the collection in IAM policy or cross-account.
      • id

        public final String id()

        Unique ID for the CIDR collection.

        Returns:
        Unique ID for the CIDR collection.
      • name

        public final String name()

        The name of a CIDR collection.

        Returns:
        The name of a CIDR collection.
      • version

        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.

        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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)