public class ListChangeBatchesByHostedZoneResult extends Object implements Serializable, Cloneable
The input for a ListChangeBatchesByHostedZone request.
| Constructor and Description |
|---|
ListChangeBatchesByHostedZoneResult() |
| Modifier and Type | Method and Description |
|---|---|
ListChangeBatchesByHostedZoneResult |
clone() |
boolean |
equals(Object obj) |
List<ChangeBatchRecord> |
getChangeBatchRecords()
The change batches within the given hosted zone and time period.
|
Boolean |
getIsTruncated()
A flag that indicates if there are more change batches to list.
|
String |
getMarker()
The page marker.
|
String |
getMaxItems()
The maximum number of items on a page.
|
String |
getNextMarker()
The next page marker.
|
int |
hashCode() |
Boolean |
isTruncated()
A flag that indicates if there are more change batches to list.
|
void |
setChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)
The change batches within the given hosted zone and time period.
|
void |
setIsTruncated(Boolean isTruncated)
A flag that indicates if there are more change batches to list.
|
void |
setMarker(String marker)
The page marker.
|
void |
setMaxItems(String maxItems)
The maximum number of items on a page.
|
void |
setNextMarker(String nextMarker)
The next page marker.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListChangeBatchesByHostedZoneResult |
withChangeBatchRecords(ChangeBatchRecord... changeBatchRecords)
The change batches within the given hosted zone and time period.
|
ListChangeBatchesByHostedZoneResult |
withChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)
The change batches within the given hosted zone and time period.
|
ListChangeBatchesByHostedZoneResult |
withIsTruncated(Boolean isTruncated)
A flag that indicates if there are more change batches to list.
|
ListChangeBatchesByHostedZoneResult |
withMarker(String marker)
The page marker.
|
ListChangeBatchesByHostedZoneResult |
withMaxItems(String maxItems)
The maximum number of items on a page.
|
ListChangeBatchesByHostedZoneResult |
withNextMarker(String nextMarker)
The next page marker.
|
public String getMaxItems()
public void setMaxItems(String maxItems)
maxItems - The maximum number of items on a page.public ListChangeBatchesByHostedZoneResult withMaxItems(String maxItems)
Returns a reference to this object so that method calls can be chained together.
maxItems - The maximum number of items on a page.public String getMarker()
Constraints:
Length: 0 - 64
public void setMarker(String marker)
Constraints:
Length: 0 - 64
marker - The page marker.public ListChangeBatchesByHostedZoneResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 64
marker - The page marker.public Boolean isTruncated()
public void setIsTruncated(Boolean isTruncated)
isTruncated - A flag that indicates if there are more change batches to list.public ListChangeBatchesByHostedZoneResult withIsTruncated(Boolean isTruncated)
Returns a reference to this object so that method calls can be chained together.
isTruncated - A flag that indicates if there are more change batches to list.public Boolean getIsTruncated()
public List<ChangeBatchRecord> getChangeBatchRecords()
Constraints:
Length: 1 -
public void setChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)
Constraints:
Length: 1 -
changeBatchRecords - The change batches within the given hosted zone and time period.public ListChangeBatchesByHostedZoneResult withChangeBatchRecords(ChangeBatchRecord... changeBatchRecords)
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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
changeBatchRecords - The change batches within the given hosted zone and time period.public ListChangeBatchesByHostedZoneResult withChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
changeBatchRecords - The change batches within the given hosted zone and time period.public String getNextMarker()
Constraints:
Length: 0 - 64
public void setNextMarker(String nextMarker)
Constraints:
Length: 0 - 64
nextMarker - The next page marker.public ListChangeBatchesByHostedZoneResult withNextMarker(String nextMarker)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 64
nextMarker - The next page marker.public String toString()
toString in class ObjectObject.toString()public ListChangeBatchesByHostedZoneResult clone()
Copyright © 2015. All rights reserved.