Class DocumentIdentifier

    • Constructor Detail

      • DocumentIdentifier

        public DocumentIdentifier()
    • Method Detail

      • setName

        public void setName​(String name)

        The name of the SSM document.

        Parameters:
        name - The name of the SSM document.
      • getName

        public String getName()

        The name of the SSM document.

        Returns:
        The name of the SSM document.
      • withName

        public DocumentIdentifier withName​(String name)

        The name of the SSM document.

        Parameters:
        name - The name of the SSM document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOwner

        public void setOwner​(String owner)

        The AWS user account of the person who created the document.

        Parameters:
        owner - The AWS user account of the person who created the document.
      • getOwner

        public String getOwner()

        The AWS user account of the person who created the document.

        Returns:
        The AWS user account of the person who created the document.
      • withOwner

        public DocumentIdentifier withOwner​(String owner)

        The AWS user account of the person who created the document.

        Parameters:
        owner - The AWS user account of the person who created the document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getPlatformTypes

        public List<String> getPlatformTypes()

        The operating system platform.

        Returns:
        The operating system platform.
        See Also:
        PlatformType
      • setPlatformTypes

        public void setPlatformTypes​(Collection<String> platformTypes)

        The operating system platform.

        Parameters:
        platformTypes - The operating system platform.
        See Also:
        PlatformType
      • withPlatformTypes

        public DocumentIdentifier withPlatformTypes​(Collection<String> platformTypes)

        The operating system platform.

        Parameters:
        platformTypes - The operating system platform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PlatformType
      • withPlatformTypes

        public DocumentIdentifier withPlatformTypes​(PlatformType... platformTypes)

        The operating system platform.

        Parameters:
        platformTypes - The operating system platform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PlatformType
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object