public class ListChangeBatchesByHostedZoneRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for a ListChangeBatchesByHostedZone request.
NOOP
Constructor and Description |
---|
ListChangeBatchesByHostedZoneRequest() |
Modifier and Type | Method and Description |
---|---|
ListChangeBatchesByHostedZoneRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ListChangeBatchesByHostedZoneRequest()
public void setHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to see changes for.
hostedZoneId
- The ID of the hosted zone that you want to see changes for.public String getHostedZoneId()
The ID of the hosted zone that you want to see changes for.
public ListChangeBatchesByHostedZoneRequest withHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to see changes for.
hostedZoneId
- The ID of the hosted zone that you want to see changes for.public void setStartDate(String startDate)
The start of the time period you want to see changes for.
startDate
- The start of the time period you want to see changes for.public String getStartDate()
The start of the time period you want to see changes for.
public ListChangeBatchesByHostedZoneRequest withStartDate(String startDate)
The start of the time period you want to see changes for.
startDate
- The start of the time period you want to see changes for.public void setEndDate(String endDate)
The end of the time period you want to see changes for.
endDate
- The end of the time period you want to see changes for.public String getEndDate()
The end of the time period you want to see changes for.
public ListChangeBatchesByHostedZoneRequest withEndDate(String endDate)
The end of the time period you want to see changes for.
endDate
- The end of the time period you want to see changes for.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 ListChangeBatchesByHostedZoneRequest 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 ListChangeBatchesByHostedZoneRequest withMarker(String marker)
The page marker.
marker
- The page marker.public String toString()
toString
in class Object
Object.toString()
public ListChangeBatchesByHostedZoneRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.