Class ListChangeBatchesByHostedZoneRequest

java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.route53.model.ListChangeBatchesByHostedZoneRequest
All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable

public class ListChangeBatchesByHostedZoneRequest extends AmazonWebServiceRequest implements Serializable, Cloneable

The input for a ListChangeBatchesByHostedZone request.

See Also:
  • Constructor Details

    • ListChangeBatchesByHostedZoneRequest

      public ListChangeBatchesByHostedZoneRequest()
  • Method Details

    • 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:
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Description copied from class: AmazonWebServiceRequest
      Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.
      Overrides:
      clone in class AmazonWebServiceRequest
      See Also: