Class ListChangeBatchesByRRSetResult

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

@Deprecated public class ListChangeBatchesByRRSetResult extends Object implements Serializable, Cloneable
Deprecated.

The input for a ListChangeBatchesByRRSet request.

See Also:
  • Constructor Details

    • ListChangeBatchesByRRSetResult

      public ListChangeBatchesByRRSetResult()
      Deprecated.
  • Method Details

    • 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 ListChangeBatchesByRRSetResult 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 ListChangeBatchesByRRSetResult 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 ListChangeBatchesByRRSetResult 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 ListChangeBatchesByRRSetResult withChangeBatchRecords(ChangeBatchRecord... changeBatchRecords)
      Deprecated.

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

      NOTE: This method appends the values to the existing list (if any). Use setChangeBatchRecords(java.util.Collection) or withChangeBatchRecords(java.util.Collection) if you want to override the existing values.

      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.
    • withChangeBatchRecords

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

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

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

      Deprecated.
      Overrides:
      clone in class Object