Class ListChangeBatchesByRRSetRequest

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

public class ListChangeBatchesByRRSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable

The input for a ListChangeBatchesByRRSet request.

See Also:
  • Constructor Details

    • ListChangeBatchesByRRSetRequest

      public ListChangeBatchesByRRSetRequest()
  • 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 ListChangeBatchesByRRSetRequest 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.
    • setName

      public void setName(String name)

      The name of the RRSet that you want to see changes for.

      Parameters:
      name - The name of the RRSet that you want to see changes for.
    • getName

      public String getName()

      The name of the RRSet that you want to see changes for.

      Returns:
      The name of the RRSet that you want to see changes for.
    • withName

      public ListChangeBatchesByRRSetRequest withName(String name)

      The name of the RRSet that you want to see changes for.

      Parameters:
      name - The name of the RRSet that you want to see changes for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setType

      public void setType(String type)

      The type of the RRSet that you want to see changes for.

      Parameters:
      type - The type of the RRSet that you want to see changes for.
      See Also:
    • getType

      public String getType()

      The type of the RRSet that you want to see changes for.

      Returns:
      The type of the RRSet that you want to see changes for.
      See Also:
    • withType

      public ListChangeBatchesByRRSetRequest withType(String type)

      The type of the RRSet that you want to see changes for.

      Parameters:
      type - The type of the RRSet that you want to see changes for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setType

      public void setType(RRType type)

      The type of the RRSet that you want to see changes for.

      Parameters:
      type - The type of the RRSet that you want to see changes for.
      See Also:
    • withType

      public ListChangeBatchesByRRSetRequest withType(RRType type)

      The type of the RRSet that you want to see changes for.

      Parameters:
      type - The type of the RRSet that you want to see changes for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setSetIdentifier

      public void setSetIdentifier(String setIdentifier)

      The identifier of the RRSet that you want to see changes for.

      Parameters:
      setIdentifier - The identifier of the RRSet that you want to see changes for.
    • getSetIdentifier

      public String getSetIdentifier()

      The identifier of the RRSet that you want to see changes for.

      Returns:
      The identifier of the RRSet that you want to see changes for.
    • withSetIdentifier

      public ListChangeBatchesByRRSetRequest withSetIdentifier(String setIdentifier)

      The identifier of the RRSet that you want to see changes for.

      Parameters:
      setIdentifier - The identifier of the RRSet 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 ListChangeBatchesByRRSetRequest 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 ListChangeBatchesByRRSetRequest 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 ListChangeBatchesByRRSetRequest 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 ListChangeBatchesByRRSetRequest 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: