Class ListVersionsByFunctionResult

    • Constructor Detail

      • ListVersionsByFunctionResult

        public ListVersionsByFunctionResult()
    • Method Detail

      • setNextMarker

        public void setNextMarker​(String nextMarker)

        A string, present if there are more function versions.

        Parameters:
        nextMarker - A string, present if there are more function versions.
      • getNextMarker

        public String getNextMarker()

        A string, present if there are more function versions.

        Returns:
        A string, present if there are more function versions.
      • withNextMarker

        public ListVersionsByFunctionResult withNextMarker​(String nextMarker)

        A string, present if there are more function versions.

        Parameters:
        nextMarker - A string, present if there are more function versions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getVersions

        public List<FunctionConfiguration> getVersions()

        A list of Lambda function versions.

        Returns:
        A list of Lambda function versions.
      • setVersions

        public void setVersions​(Collection<FunctionConfiguration> versions)

        A list of Lambda function versions.

        Parameters:
        versions - A list of Lambda function versions.
      • withVersions

        public ListVersionsByFunctionResult withVersions​(Collection<FunctionConfiguration> versions)

        A list of Lambda function versions.

        Parameters:
        versions - A list of Lambda function versions.
        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