Class ListChangeBatchesByRRSetResult
- All Implemented Interfaces:
Serializable, Cloneable
The input for a ListChangeBatchesByRRSet request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated.booleanDeprecated.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.inthashCode()Deprecated.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.voidDeprecated.The page marker.voidsetMaxItems(String maxItems) Deprecated.The maximum number of items on a page.voidsetNextMarker(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
-
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
-
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
-
equals
-
hashCode
-
clone
-