Class ListChangeBatchesByHostedZoneResult
- java.lang.Object
-
- com.amazonaws.services.route53.model.ListChangeBatchesByHostedZoneResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
@Deprecated public class ListChangeBatchesByHostedZoneResult extends Object implements Serializable, Cloneable
Deprecated.The input for a ListChangeBatchesByHostedZone request.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListChangeBatchesByHostedZoneResult()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ListChangeBatchesByHostedZoneResult
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.ListChangeBatchesByHostedZoneResult
withChangeBatchRecords(ChangeBatchRecord... changeBatchRecords)
Deprecated.The change batches within the given hosted zone and time period.ListChangeBatchesByHostedZoneResult
withChangeBatchRecords(Collection<ChangeBatchRecord> changeBatchRecords)
Deprecated.The change batches within the given hosted zone and time period.ListChangeBatchesByHostedZoneResult
withIsTruncated(Boolean isTruncated)
Deprecated.A flag that indicates if there are more change batches to list.ListChangeBatchesByHostedZoneResult
withMarker(String marker)
Deprecated.The page marker.ListChangeBatchesByHostedZoneResult
withMaxItems(String maxItems)
Deprecated.The maximum number of items on a page.ListChangeBatchesByHostedZoneResult
withNextMarker(String nextMarker)
Deprecated.The next page marker.
-
-
-
Method Detail
-
setMaxItems
public void setMaxItems(String maxItems)
Deprecated.The maximum number of items on a page.
- Parameters:
maxItems
- The maximum number of items on a page.
-
getMaxItems
public String getMaxItems()
Deprecated.The maximum number of items on a page.
- Returns:
- The maximum number of items on a page.
-
withMaxItems
public ListChangeBatchesByHostedZoneResult withMaxItems(String maxItems)
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
public void setMarker(String marker)
Deprecated.The page marker.
- Parameters:
marker
- The page marker.
-
getMarker
public String getMarker()
Deprecated.The page marker.
- Returns:
- The page marker.
-
withMarker
public ListChangeBatchesByHostedZoneResult withMarker(String marker)
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
public void setIsTruncated(Boolean isTruncated)
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
public Boolean 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
public ListChangeBatchesByHostedZoneResult withIsTruncated(Boolean isTruncated)
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
public Boolean 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
public List<ChangeBatchRecord> 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
public void setChangeBatchRecords(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.
-
withChangeBatchRecords
public ListChangeBatchesByHostedZoneResult 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 ListChangeBatchesByHostedZoneResult 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
public void setNextMarker(String nextMarker)
Deprecated.The next page marker.
- Parameters:
nextMarker
- The next page marker.
-
getNextMarker
public String getNextMarker()
Deprecated.The next page marker.
- Returns:
- The next page marker.
-
withNextMarker
public ListChangeBatchesByHostedZoneResult withNextMarker(String nextMarker)
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
public String toString()
Deprecated.Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListChangeBatchesByHostedZoneResult clone()
Deprecated.
-
-