Class ListEventSourceMappingsResult

    • Constructor Detail

      • ListEventSourceMappingsResult

        public ListEventSourceMappingsResult()
    • Method Detail

      • setNextMarker

        public void setNextMarker​(String nextMarker)

        A string, present if there are more event source mappings.

        Parameters:
        nextMarker - A string, present if there are more event source mappings.
      • getNextMarker

        public String getNextMarker()

        A string, present if there are more event source mappings.

        Returns:
        A string, present if there are more event source mappings.
      • withNextMarker

        public ListEventSourceMappingsResult withNextMarker​(String nextMarker)

        A string, present if there are more event source mappings.

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

        public List<EventSourceMappingConfiguration> getEventSourceMappings()

        An array of EventSourceMappingConfiguration objects.

        Returns:
        An array of EventSourceMappingConfiguration objects.
      • setEventSourceMappings

        public void setEventSourceMappings​(Collection<EventSourceMappingConfiguration> eventSourceMappings)

        An array of EventSourceMappingConfiguration objects.

        Parameters:
        eventSourceMappings - An array of EventSourceMappingConfiguration objects.
      • withEventSourceMappings

        public ListEventSourceMappingsResult withEventSourceMappings​(Collection<EventSourceMappingConfiguration> eventSourceMappings)

        An array of EventSourceMappingConfiguration objects.

        Parameters:
        eventSourceMappings - An array of EventSourceMappingConfiguration objects.
        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