@Deprecated public class ListChangeBatchesByHostedZoneResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type containing the response information for the request.
| Constructor and Description |
|---|
ListChangeBatchesByHostedZoneResult()
Deprecated.
|
| Modifier and Type | Method and 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.
For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker
parameter in the request that produced the current response.
|
String |
getMaxItems()
Deprecated.
The value that you specified for the
maxitems parameter in the call to ListHostedZones
that produced the current response. |
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.
For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker
parameter in the request that produced the current response.
|
void |
setMaxItems(String maxItems)
Deprecated.
The value that you specified for the
maxitems parameter in the call to ListHostedZones
that produced the current response. |
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.
For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker
parameter in the request that produced the current response.
|
ListChangeBatchesByHostedZoneResult |
withMaxItems(String maxItems)
Deprecated.
The value that you specified for the
maxitems parameter in the call to ListHostedZones
that produced the current response. |
ListChangeBatchesByHostedZoneResult |
withNextMarker(String nextMarker)
Deprecated.
The next page marker.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListChangeBatchesByHostedZoneResult()
public void setMaxItems(String maxItems)
The value that you specified for the maxitems parameter in the call to ListHostedZones
that produced the current response.
maxItems - The value that you specified for the maxitems parameter in the call to
ListHostedZones that produced the current response.public String getMaxItems()
The value that you specified for the maxitems parameter in the call to ListHostedZones
that produced the current response.
maxitems parameter in the call to
ListHostedZones that produced the current response.public ListChangeBatchesByHostedZoneResult withMaxItems(String maxItems)
The value that you specified for the maxitems parameter in the call to ListHostedZones
that produced the current response.
maxItems - The value that you specified for the maxitems parameter in the call to
ListHostedZones that produced the current response.public void setMarker(String marker)
For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.
marker - For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the
marker parameter in the request that produced the current response.public String getMarker()
For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.
public ListChangeBatchesByHostedZoneResult withMarker(String marker)
For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.
marker - For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the
marker parameter in the request that produced the current response.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 ListChangeBatchesByHostedZoneResult 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 ListChangeBatchesByHostedZoneResult 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 ListChangeBatchesByHostedZoneResult 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 ListChangeBatchesByHostedZoneResult withNextMarker(String nextMarker)
The next page marker.
nextMarker - The next page marker.public String toString()
toString in class ObjectObject.toString()public ListChangeBatchesByHostedZoneResult clone()
Copyright © 2016. All rights reserved.