Class ListPlatformApplicationsResult

    • Constructor Detail

      • ListPlatformApplicationsResult

        public ListPlatformApplicationsResult()
    • Method Detail

      • getPlatformApplications

        public List<PlatformApplication> getPlatformApplications()

        Platform applications returned when calling ListPlatformApplications action.

        Returns:
        Platform applications returned when calling ListPlatformApplications action.
      • setPlatformApplications

        public void setPlatformApplications​(Collection<PlatformApplication> platformApplications)

        Platform applications returned when calling ListPlatformApplications action.

        Parameters:
        platformApplications - Platform applications returned when calling ListPlatformApplications action.
      • withPlatformApplications

        public ListPlatformApplicationsResult withPlatformApplications​(Collection<PlatformApplication> platformApplications)

        Platform applications returned when calling ListPlatformApplications action.

        Parameters:
        platformApplications - Platform applications returned when calling ListPlatformApplications action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken​(String nextToken)

        NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.

        Parameters:
        nextToken - NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
      • getNextToken

        public String getNextToken()

        NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.

        Returns:
        NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
      • withNextToken

        public ListPlatformApplicationsResult withNextToken​(String nextToken)

        NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.

        Parameters:
        nextToken - NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
        Returns:
        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