Class AttributeGroupDetails

    • Method Detail

      • id

        public final String id()

        The unique identifier of the attribute group.

        Returns:
        The unique identifier of the attribute group.
      • arn

        public final String arn()

        The Amazon resource name (ARN) that specifies the attribute group.

        Returns:
        The Amazon resource name (ARN) that specifies the attribute group.
      • name

        public final String name()

        This field is no longer supported. We recommend you don't use the field when using ListAttributeGroupsForApplication.

        The name of the attribute group.

        Returns:

        This field is no longer supported. We recommend you don't use the field when using ListAttributeGroupsForApplication.

        The name of the attribute group.

      • createdBy

        public final String createdBy()

        The service principal that created the attribute group.

        Returns:
        The service principal that created the attribute group.
      • 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)