@Deprecated
public class ListChangeBatchesByRRSetResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The input for a ListChangeBatchesByRRSet request.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ChangeBatchRecord> |
changeBatchRecords
Deprecated.
The change batches within the given hosted zone and time period.
|
private java.lang.Boolean |
isTruncated
Deprecated.
A flag that indicates if there are more change batches to list.
|
private java.lang.String |
marker
Deprecated.
The page marker.
|
private java.lang.String |
maxItems
Deprecated.
The maximum number of items on a page.
|
private java.lang.String |
nextMarker
Deprecated.
The next page marker.
|
Constructor and Description |
---|
ListChangeBatchesByRRSetResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ListChangeBatchesByRRSetResult |
clone()
Deprecated.
|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
java.util.List<ChangeBatchRecord> |
getChangeBatchRecords()
Deprecated.
The change batches within the given hosted zone and time period.
|
java.lang.Boolean |
getIsTruncated()
Deprecated.
A flag that indicates if there are more change batches to list.
|
java.lang.String |
getMarker()
Deprecated.
The page marker.
|
java.lang.String |
getMaxItems()
Deprecated.
The maximum number of items on a page.
|
java.lang.String |
getNextMarker()
Deprecated.
The next page marker.
|
int |
hashCode()
Deprecated.
|
java.lang.Boolean |
isTruncated()
Deprecated.
A flag that indicates if there are more change batches to list.
|
void |
setChangeBatchRecords(java.util.Collection<ChangeBatchRecord> changeBatchRecords)
Deprecated.
The change batches within the given hosted zone and time period.
|
void |
setIsTruncated(java.lang.Boolean isTruncated)
Deprecated.
A flag that indicates if there are more change batches to list.
|
void |
setMarker(java.lang.String marker)
Deprecated.
The page marker.
|
void |
setMaxItems(java.lang.String maxItems)
Deprecated.
The maximum number of items on a page.
|
void |
setNextMarker(java.lang.String nextMarker)
Deprecated.
The next page marker.
|
java.lang.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(java.util.Collection<ChangeBatchRecord> changeBatchRecords)
Deprecated.
The change batches within the given hosted zone and time period.
|
ListChangeBatchesByRRSetResult |
withIsTruncated(java.lang.Boolean isTruncated)
Deprecated.
A flag that indicates if there are more change batches to list.
|
ListChangeBatchesByRRSetResult |
withMarker(java.lang.String marker)
Deprecated.
The page marker.
|
ListChangeBatchesByRRSetResult |
withMaxItems(java.lang.String maxItems)
Deprecated.
The maximum number of items on a page.
|
ListChangeBatchesByRRSetResult |
withNextMarker(java.lang.String nextMarker)
Deprecated.
The next page marker.
|
private java.lang.String maxItems
The maximum number of items on a page.
private java.lang.String marker
The page marker.
private java.lang.Boolean isTruncated
A flag that indicates if there are more change batches to list.
private SdkInternalList<ChangeBatchRecord> changeBatchRecords
The change batches within the given hosted zone and time period.
private java.lang.String nextMarker
The next page marker.
public ListChangeBatchesByRRSetResult()
public void setMaxItems(java.lang.String maxItems)
The maximum number of items on a page.
maxItems
- The maximum number of items on a page.public java.lang.String getMaxItems()
The maximum number of items on a page.
public ListChangeBatchesByRRSetResult withMaxItems(java.lang.String maxItems)
The maximum number of items on a page.
maxItems
- The maximum number of items on a page.public void setMarker(java.lang.String marker)
The page marker.
marker
- The page marker.public java.lang.String getMarker()
The page marker.
public ListChangeBatchesByRRSetResult withMarker(java.lang.String marker)
The page marker.
marker
- The page marker.public void setIsTruncated(java.lang.Boolean isTruncated)
A flag that indicates if there are more change batches to list.
isTruncated
- A flag that indicates if there are more change batches to list.public java.lang.Boolean getIsTruncated()
A flag that indicates if there are more change batches to list.
public ListChangeBatchesByRRSetResult withIsTruncated(java.lang.Boolean isTruncated)
A flag that indicates if there are more change batches to list.
isTruncated
- A flag that indicates if there are more change batches to list.public java.lang.Boolean isTruncated()
A flag that indicates if there are more change batches to list.
public java.util.List<ChangeBatchRecord> getChangeBatchRecords()
The change batches within the given hosted zone and time period.
public void setChangeBatchRecords(java.util.Collection<ChangeBatchRecord> changeBatchRecords)
The change batches within the given hosted zone and time period.
changeBatchRecords
- The change batches within the given hosted zone and time period.public ListChangeBatchesByRRSetResult withChangeBatchRecords(ChangeBatchRecord... changeBatchRecords)
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.
changeBatchRecords
- The change batches within the given hosted zone and time period.public ListChangeBatchesByRRSetResult withChangeBatchRecords(java.util.Collection<ChangeBatchRecord> changeBatchRecords)
The change batches within the given hosted zone and time period.
changeBatchRecords
- The change batches within the given hosted zone and time period.public void setNextMarker(java.lang.String nextMarker)
The next page marker.
nextMarker
- The next page marker.public java.lang.String getNextMarker()
The next page marker.
public ListChangeBatchesByRRSetResult withNextMarker(java.lang.String nextMarker)
The next page marker.
nextMarker
- The next page marker.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListChangeBatchesByRRSetResult clone()
clone
in class java.lang.Object