Class ListChangeBatchesByHostedZoneRequest

    • Constructor Detail

      • ListChangeBatchesByHostedZoneRequest

        public ListChangeBatchesByHostedZoneRequest()
    • Method Detail

      • setHostedZoneId

        public void setHostedZoneId​(String hostedZoneId)

        The ID of the hosted zone that you want to see changes for.

        Parameters:
        hostedZoneId - The ID of the hosted zone that you want to see changes for.
      • getHostedZoneId

        public String getHostedZoneId()

        The ID of the hosted zone that you want to see changes for.

        Returns:
        The ID of the hosted zone that you want to see changes for.
      • withHostedZoneId

        public ListChangeBatchesByHostedZoneRequest withHostedZoneId​(String hostedZoneId)

        The ID of the hosted zone that you want to see changes for.

        Parameters:
        hostedZoneId - The ID of the hosted zone that you want to see changes for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStartDate

        public void setStartDate​(String startDate)

        The start of the time period you want to see changes for.

        Parameters:
        startDate - The start of the time period you want to see changes for.
      • getStartDate

        public String getStartDate()

        The start of the time period you want to see changes for.

        Returns:
        The start of the time period you want to see changes for.
      • withStartDate

        public ListChangeBatchesByHostedZoneRequest withStartDate​(String startDate)

        The start of the time period you want to see changes for.

        Parameters:
        startDate - The start of the time period you want to see changes for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEndDate

        public void setEndDate​(String endDate)

        The end of the time period you want to see changes for.

        Parameters:
        endDate - The end of the time period you want to see changes for.
      • getEndDate

        public String getEndDate()

        The end of the time period you want to see changes for.

        Returns:
        The end of the time period you want to see changes for.
      • withEndDate

        public ListChangeBatchesByHostedZoneRequest withEndDate​(String endDate)

        The end of the time period you want to see changes for.

        Parameters:
        endDate - The end of the time period you want to see changes for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxItems

        public void setMaxItems​(String maxItems)

        The maximum number of items on a page.

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

        public String getMaxItems()

        The maximum number of items on a page.

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

        public ListChangeBatchesByHostedZoneRequest withMaxItems​(String maxItems)

        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)

        The page marker.

        Parameters:
        marker - The page marker.
      • getMarker

        public String getMarker()

        The page marker.

        Returns:
        The page marker.
      • withMarker

        public ListChangeBatchesByHostedZoneRequest withMarker​(String marker)

        The page marker.

        Parameters:
        marker - The page marker.
        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