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 ListChangeBatchesByRRSetResultclone()Deprecated.booleanequals(Object obj)Deprecated.List<ChangeBatchRecord>getChangeBatchRecords()Deprecated.The change batches within the given hosted zone and time period.BooleangetIsTruncated()Deprecated.A flag that indicates if there are more change batches to list.StringgetMarker()Deprecated.The page marker.StringgetMaxItems()Deprecated.The maximum number of items on a page.StringgetNextMarker()Deprecated.The next page marker.inthashCode()Deprecated.BooleanisTruncated()Deprecated.A flag that indicates if there are more change batches to list.voidsetChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)Deprecated.The change batches within the given hosted zone and time period.voidsetIsTruncated(Boolean isTruncated)Deprecated.A flag that indicates if there are more change batches to list.voidsetMarker(String marker)Deprecated.The page marker.voidsetMaxItems(String maxItems)Deprecated.The maximum number of items on a page.voidsetNextMarker(String nextMarker)Deprecated.The next page marker.StringtoString()Deprecated.Returns a string representation of this object; useful for testing and debugging.ListChangeBatchesByRRSetResultwithChangeBatchRecords(ChangeBatchRecord... changeBatchRecords)Deprecated.The change batches within the given hosted zone and time period.ListChangeBatchesByRRSetResultwithChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)Deprecated.The change batches within the given hosted zone and time period.ListChangeBatchesByRRSetResultwithIsTruncated(Boolean isTruncated)Deprecated.A flag that indicates if there are more change batches to list.ListChangeBatchesByRRSetResultwithMarker(String marker)Deprecated.The page marker.ListChangeBatchesByRRSetResultwithMaxItems(String maxItems)Deprecated.The maximum number of items on a page.ListChangeBatchesByRRSetResultwithNextMarker(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListChangeBatchesByRRSetResult clone()
Deprecated.
-
-