Class AnalysisTemplateSummary

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the analysis template.

        Returns:
        The Amazon Resource Name (ARN) of the analysis template.
      • createTime

        public final Instant createTime()

        The time that the analysis template summary was created.

        Returns:
        The time that the analysis template summary was created.
      • id

        public final String id()

        The identifier of the analysis template.

        Returns:
        The identifier of the analysis template.
      • name

        public final String name()

        The name of the analysis template.

        Returns:
        The name of the analysis template.
      • updateTime

        public final Instant updateTime()

        The time that the analysis template summary was last updated.

        Returns:
        The time that the analysis template summary was last updated.
      • membershipArn

        public final String membershipArn()

        The Amazon Resource Name (ARN) of the member who created the analysis template.

        Returns:
        The Amazon Resource Name (ARN) of the member who created the analysis template.
      • membershipId

        public final String membershipId()

        The identifier for a membership resource.

        Returns:
        The identifier for a membership resource.
      • collaborationArn

        public final String collaborationArn()

        The unique ARN for the analysis template summary’s associated collaboration.

        Returns:
        The unique ARN for the analysis template summary’s associated collaboration.
      • collaborationId

        public final String collaborationId()

        A unique identifier for the collaboration that the analysis template summary belongs to. Currently accepts collaboration ID.

        Returns:
        A unique identifier for the collaboration that the analysis template summary belongs to. Currently accepts collaboration ID.
      • description

        public final String description()

        The description of the analysis template.

        Returns:
        The description of the analysis template.
      • 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)