@Deprecated public class ListChangeBatchesByRRSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The input for a ListChangeBatchesByRRSet request.
Constructor and Description |
---|
ListChangeBatchesByRRSetResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ListChangeBatchesByRRSetResult |
clone()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
List<ChangeBatchRecord> |
getChangeBatchRecords()
Deprecated.
The change batches within the given hosted zone and time period.
|
Boolean |
getIsTruncated()
Deprecated.
A flag that indicates if there are more change batches to list.
|
String |
getMarker()
Deprecated.
The page marker.
|
String |
getMaxItems()
Deprecated.
The maximum number of items on a page.
|
String |
getNextMarker()
Deprecated.
The next page marker.
|
int |
hashCode()
Deprecated.
|
Boolean |
isTruncated()
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 |
setMarker(String marker)
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.
|
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(Collection<ChangeBatchRecord> changeBatchRecords)
Deprecated.
The change batches within the given hosted zone and time period.
|
ListChangeBatchesByRRSetResult |
withIsTruncated(Boolean isTruncated)
Deprecated.
A flag that indicates if there are more change batches to list.
|
ListChangeBatchesByRRSetResult |
withMarker(String marker)
Deprecated.
The page marker.
|
ListChangeBatchesByRRSetResult |
withMaxItems(String maxItems)
Deprecated.
The maximum number of items on a page.
|
ListChangeBatchesByRRSetResult |
withNextMarker(String nextMarker)
Deprecated.
The next page marker.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListChangeBatchesByRRSetResult()
public void setMaxItems(String maxItems)
The maximum number of items on a page.
maxItems
- The maximum number of items on a page.public String getMaxItems()
The maximum number of items on a page.
public ListChangeBatchesByRRSetResult withMaxItems(String maxItems)
The maximum number of items on a page.
maxItems
- The maximum number of items on a page.public void setMarker(String marker)
The page marker.
marker
- The page marker.public String getMarker()
The page marker.
public ListChangeBatchesByRRSetResult withMarker(String marker)
The page marker.
marker
- The page marker.public void setIsTruncated(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 Boolean getIsTruncated()
A flag that indicates if there are more change batches to list.
public ListChangeBatchesByRRSetResult withIsTruncated(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 Boolean isTruncated()
A flag that indicates if there are more change batches to list.
public List<ChangeBatchRecord> getChangeBatchRecords()
The change batches within the given hosted zone and time period.
public void setChangeBatchRecords(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(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(String nextMarker)
The next page marker.
nextMarker
- The next page marker.public String getNextMarker()
The next page marker.
public ListChangeBatchesByRRSetResult withNextMarker(String nextMarker)
The next page marker.
nextMarker
- The next page marker.public String toString()
toString
in class Object
Object.toString()
public ListChangeBatchesByRRSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.