Class ConnectionGroupSummary

    • Method Detail

      • id

        public final String id()

        The ID of the connection group.

        Returns:
        The ID of the connection group.
      • name

        public final String name()

        The name of the connection group.

        Returns:
        The name of the connection group.
      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the connection group.

        Returns:
        The Amazon Resource Name (ARN) of the connection group.
      • routingEndpoint

        public final String routingEndpoint()

        The routing endpoint (also known as the DNS name) that is assigned to the connection group, such as d111111abcdef8.cloudfront.net.

        Returns:
        The routing endpoint (also known as the DNS name) that is assigned to the connection group, such as d111111abcdef8.cloudfront.net.
      • createdTime

        public final Instant createdTime()

        The date and time when the connection group was created.

        Returns:
        The date and time when the connection group was created.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        The date and time when the connection group was updated.

        Returns:
        The date and time when the connection group was updated.
      • eTag

        public final String eTag()

        The current version of the connection group.

        Returns:
        The current version of the connection group.
      • anycastIpListId

        public final String anycastIpListId()

        The ID of the Anycast static IP list.

        Returns:
        The ID of the Anycast static IP list.
      • enabled

        public final Boolean enabled()

        Whether the connection group is enabled

        Returns:
        Whether the connection group is enabled
      • status

        public final String status()

        The status of the connection group.

        Returns:
        The status of the connection group.
      • isDefault

        public final Boolean isDefault()

        Whether the connection group is the default connection group for the distribution tenants.

        Returns:
        Whether the connection group is the default connection group for the distribution tenants.
      • 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)