Class ListChangeBatchesByHostedZoneResult

    • Constructor Detail

      • ListChangeBatchesByHostedZoneResult

        public ListChangeBatchesByHostedZoneResult()
        Deprecated.
    • Method Detail

      • setMaxItems

        public void setMaxItems​(String maxItems)
        Deprecated.

        The maximum number of items on a page.

        Parameters:
        maxItems - The maximum number of items on a page.
      • getMaxItems

        public String getMaxItems()
        Deprecated.

        The maximum number of items on a page.

        Returns:
        The maximum number of items on a page.
      • withMaxItems

        public ListChangeBatchesByHostedZoneResult withMaxItems​(String maxItems)
        Deprecated.

        The maximum number of items on a page.

        Parameters:
        maxItems - The maximum number of items on a page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMarker

        public void setMarker​(String marker)
        Deprecated.

        The page marker.

        Parameters:
        marker - The page marker.
      • getMarker

        public String getMarker()
        Deprecated.

        The page marker.

        Returns:
        The page marker.
      • withMarker

        public ListChangeBatchesByHostedZoneResult withMarker​(String marker)
        Deprecated.

        The page marker.

        Parameters:
        marker - The page marker.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIsTruncated

        public void setIsTruncated​(Boolean isTruncated)
        Deprecated.

        A flag that indicates if there are more change batches to list.

        Parameters:
        isTruncated - A flag that indicates if there are more change batches to list.
      • getIsTruncated

        public Boolean getIsTruncated()
        Deprecated.

        A flag that indicates if there are more change batches to list.

        Returns:
        A flag that indicates if there are more change batches to list.
      • withIsTruncated

        public ListChangeBatchesByHostedZoneResult withIsTruncated​(Boolean isTruncated)
        Deprecated.

        A flag that indicates if there are more change batches to list.

        Parameters:
        isTruncated - A flag that indicates if there are more change batches to list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isTruncated

        public Boolean isTruncated()
        Deprecated.

        A flag that indicates if there are more change batches to list.

        Returns:
        A flag that indicates if there are more change batches to list.
      • getChangeBatchRecords

        public List<ChangeBatchRecord> getChangeBatchRecords()
        Deprecated.

        The change batches within the given hosted zone and time period.

        Returns:
        The change batches within the given hosted zone and time period.
      • setChangeBatchRecords

        public void setChangeBatchRecords​(Collection<ChangeBatchRecord> changeBatchRecords)
        Deprecated.

        The change batches within the given hosted zone and time period.

        Parameters:
        changeBatchRecords - The change batches within the given hosted zone and time period.
      • withChangeBatchRecords

        public ListChangeBatchesByHostedZoneResult withChangeBatchRecords​(Collection<ChangeBatchRecord> changeBatchRecords)
        Deprecated.

        The change batches within the given hosted zone and time period.

        Parameters:
        changeBatchRecords - The change batches within the given hosted zone and time period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextMarker

        public void setNextMarker​(String nextMarker)
        Deprecated.

        The next page marker.

        Parameters:
        nextMarker - The next page marker.
      • getNextMarker

        public String getNextMarker()
        Deprecated.

        The next page marker.

        Returns:
        The next page marker.
      • withNextMarker

        public ListChangeBatchesByHostedZoneResult withNextMarker​(String nextMarker)
        Deprecated.

        The next page marker.

        Parameters:
        nextMarker - The next page marker.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Deprecated.
        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()
      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object