Class ListChangeBatchesByRRSetResult
- All Implemented Interfaces:
Serializable
,Cloneable
The input for a ListChangeBatchesByRRSet request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Deprecated.boolean
Deprecated.Deprecated.The change batches within the given hosted zone and time period.Deprecated.A flag that indicates if there are more change batches to list.Deprecated.The page marker.Deprecated.The maximum number of items on a page.Deprecated.The next page marker.int
hashCode()
Deprecated.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
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.toString()
Deprecated.Returns a string representation of this object; useful for testing and debugging.withChangeBatchRecords
(ChangeBatchRecord... changeBatchRecords) Deprecated.The change batches within the given hosted zone and time period.withChangeBatchRecords
(Collection<ChangeBatchRecord> changeBatchRecords) Deprecated.The change batches within the given hosted zone and time period.withIsTruncated
(Boolean isTruncated) Deprecated.A flag that indicates if there are more change batches to list.withMarker
(String marker) Deprecated.The page marker.withMaxItems
(String maxItems) Deprecated.The maximum number of items on a page.withNextMarker
(String nextMarker) Deprecated.The next page marker.
-
Constructor Details
-
ListChangeBatchesByRRSetResult
public ListChangeBatchesByRRSetResult()Deprecated.
-
-
Method Details
-
setMaxItems
Deprecated.The maximum number of items on a page.
- Parameters:
maxItems
- The maximum number of items on a page.
-
getMaxItems
Deprecated.The maximum number of items on a page.
- Returns:
- The maximum number of items on a page.
-
withMaxItems
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
Deprecated.The page marker.
- Parameters:
marker
- The page marker.
-
getMarker
Deprecated.The page marker.
- Returns:
- The page marker.
-
withMarker
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
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
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
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
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
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
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
Deprecated.The next page marker.
- Parameters:
nextMarker
- The next page marker.
-
getNextMarker
Deprecated.The next page marker.
- Returns:
- The next page marker.
-
withNextMarker
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
Deprecated.Returns a string representation of this object; useful for testing and debugging. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
clone
Deprecated.
-