Class PlatformApplication

    • Constructor Detail

      • PlatformApplication

        public PlatformApplication()
    • Method Detail

      • setPlatformApplicationArn

        public void setPlatformApplicationArn​(String platformApplicationArn)

        PlatformApplicationArn for platform application object.

        Parameters:
        platformApplicationArn - PlatformApplicationArn for platform application object.
      • getPlatformApplicationArn

        public String getPlatformApplicationArn()

        PlatformApplicationArn for platform application object.

        Returns:
        PlatformApplicationArn for platform application object.
      • withPlatformApplicationArn

        public PlatformApplication withPlatformApplicationArn​(String platformApplicationArn)

        PlatformApplicationArn for platform application object.

        Parameters:
        platformApplicationArn - PlatformApplicationArn for platform application object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getAttributes

        public Map<String,​String> getAttributes()

        Attributes for platform application object.

        Returns:
        Attributes for platform application object.
      • setAttributes

        public void setAttributes​(Map<String,​String> attributes)

        Attributes for platform application object.

        Parameters:
        attributes - Attributes for platform application object.
      • withAttributes

        public PlatformApplication withAttributes​(Map<String,​String> attributes)

        Attributes for platform application object.

        Parameters:
        attributes - Attributes for platform application object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearAttributesEntries

        public PlatformApplication clearAttributesEntries()
        Removes all the entries added into Attributes. <p> Returns a reference to this object so that method calls can be chained together.
      • 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