Class CollaborationAnalysisTemplateSummary

    • 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 summary of the analysis template in a collaboration was created.

        Returns:
        The time that the summary of the analysis template in a collaboration 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 summary of the analysis template in the collaboration was last updated.

        Returns:
        The time that the summary of the analysis template in the collaboration was last updated.
      • collaborationArn

        public final String collaborationArn()

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

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

        public final String collaborationId()

        A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.

        Returns:
        A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
      • creatorAccountId

        public final String creatorAccountId()

        The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.

        Returns:
        The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account 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)