public class ListChangeBatchesByHostedZoneRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListChangeBatchesByHostedZone operation.
This action gets the list of ChangeBatches in a given time period for a given hosted zone.
NOOP| Constructor and Description |
|---|
ListChangeBatchesByHostedZoneRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListChangeBatchesByHostedZoneRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEndDate()
The end of the time period you want to see changes for.
|
String |
getHostedZoneId()
The ID of the hosted zone that you want to see changes for.
|
String |
getMarker()
The page marker.
|
String |
getMaxItems()
The maximum number of items on a page.
|
String |
getStartDate()
The start of the time period you want to see changes for.
|
int |
hashCode() |
void |
setEndDate(String endDate)
The end of the time period you want to see changes for.
|
void |
setHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to see changes for.
|
void |
setMarker(String marker)
The page marker.
|
void |
setMaxItems(String maxItems)
The maximum number of items on a page.
|
void |
setStartDate(String startDate)
The start of the time period you want to see changes for.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListChangeBatchesByHostedZoneRequest |
withEndDate(String endDate)
The end of the time period you want to see changes for.
|
ListChangeBatchesByHostedZoneRequest |
withHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to see changes for.
|
ListChangeBatchesByHostedZoneRequest |
withMarker(String marker)
The page marker.
|
ListChangeBatchesByHostedZoneRequest |
withMaxItems(String maxItems)
The maximum number of items on a page.
|
ListChangeBatchesByHostedZoneRequest |
withStartDate(String startDate)
The start of the time period you want to see changes for.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic ListChangeBatchesByHostedZoneRequest()
public String getHostedZoneId()
Constraints:
Length: 0 - 32
public void setHostedZoneId(String hostedZoneId)
Constraints:
Length: 0 - 32
hostedZoneId - The ID of the hosted zone that you want to see changes for.public ListChangeBatchesByHostedZoneRequest withHostedZoneId(String hostedZoneId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32
hostedZoneId - The ID of the hosted zone that you want to see changes for.public String getStartDate()
Constraints:
Length: 0 - 256
public void setStartDate(String startDate)
Constraints:
Length: 0 - 256
startDate - The start of the time period you want to see changes for.public ListChangeBatchesByHostedZoneRequest withStartDate(String startDate)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 256
startDate - The start of the time period you want to see changes for.public String getEndDate()
Constraints:
Length: 0 - 256
public void setEndDate(String endDate)
Constraints:
Length: 0 - 256
endDate - The end of the time period you want to see changes for.public ListChangeBatchesByHostedZoneRequest withEndDate(String endDate)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 256
endDate - The end of the time period you want to see changes for.public String getMaxItems()
public void setMaxItems(String maxItems)
maxItems - The maximum number of items on a page.public ListChangeBatchesByHostedZoneRequest 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 ListChangeBatchesByHostedZoneRequest 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 String toString()
toString in class ObjectObject.toString()public ListChangeBatchesByHostedZoneRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.