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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListChangeBatchesByRRSetResult()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ListChangeBatchesByRRSetResult
clone()
Deprecated.boolean
equals(Object obj)
Deprecated.List<ChangeBatchRecord>
getChangeBatchRecords()
Deprecated.The change batches within the given hosted zone and time period.Boolean
getIsTruncated()
Deprecated.A flag that indicates if there are more change batches to list.String
getMarker()
Deprecated.The page marker.String
getMaxItems()
Deprecated.The maximum number of items on a page.String
getNextMarker()
Deprecated.The next page marker.int
hashCode()
Deprecated.Boolean
isTruncated()
Deprecated.A flag that indicates if there are more change batches to list.void
setChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)
Deprecated.The change batches within the given hosted zone and time period.void
setIsTruncated(Boolean isTruncated)
Deprecated.A flag that indicates if there are more change batches to list.void
setMarker(String marker)
Deprecated.The page marker.void
setMaxItems(String maxItems)
Deprecated.The maximum number of items on a page.void
setNextMarker(String nextMarker)
Deprecated.The next page marker.String
toString()
Deprecated.Returns a string representation of this object; useful for testing and debugging.ListChangeBatchesByRRSetResult
withChangeBatchRecords(ChangeBatchRecord... changeBatchRecords)
Deprecated.The change batches within the given hosted zone and time period.ListChangeBatchesByRRSetResult
withChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)
Deprecated.The change batches within the given hosted zone and time period.ListChangeBatchesByRRSetResult
withIsTruncated(Boolean isTruncated)
Deprecated.A flag that indicates if there are more change batches to list.ListChangeBatchesByRRSetResult
withMarker(String marker)
Deprecated.The page marker.ListChangeBatchesByRRSetResult
withMaxItems(String maxItems)
Deprecated.The maximum number of items on a page.ListChangeBatchesByRRSetResult
withNextMarker(String nextMarker)
Deprecated.The next page marker.
-
-
-
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 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)
orwithChangeBatchRecords(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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListChangeBatchesByRRSetResult clone()
Deprecated.
-
-