Class ListChangeBatchesByHostedZoneRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.route53.model.ListChangeBatchesByHostedZoneRequest
-
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class ListChangeBatchesByHostedZoneRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for a ListChangeBatchesByHostedZone request.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description ListChangeBatchesByHostedZoneRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
-
-
-
Method Detail
-
setHostedZoneId
public void setHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to see changes for.
- Parameters:
hostedZoneId
- The ID of the hosted zone that you want to see changes for.
-
getHostedZoneId
public String getHostedZoneId()
The ID of the hosted zone that you want to see changes for.
- Returns:
- The ID of the hosted zone that you want to see changes for.
-
withHostedZoneId
public ListChangeBatchesByHostedZoneRequest withHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to see changes for.
- Parameters:
hostedZoneId
- The ID of the hosted zone that you want to see changes for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStartDate
public void setStartDate(String startDate)
The start of the time period you want to see changes for.
- Parameters:
startDate
- The start of the time period you want to see changes for.
-
getStartDate
public String getStartDate()
The start of the time period you want to see changes for.
- Returns:
- The start of the time period you want to see changes for.
-
withStartDate
public ListChangeBatchesByHostedZoneRequest withStartDate(String startDate)
The start of the time period you want to see changes for.
- Parameters:
startDate
- The start of the time period you want to see changes for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEndDate
public void setEndDate(String endDate)
The end of the time period you want to see changes for.
- Parameters:
endDate
- The end of the time period you want to see changes for.
-
getEndDate
public String getEndDate()
The end of the time period you want to see changes for.
- Returns:
- The end of the time period you want to see changes for.
-
withEndDate
public ListChangeBatchesByHostedZoneRequest withEndDate(String endDate)
The end of the time period you want to see changes for.
- Parameters:
endDate
- The end of the time period you want to see changes for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxItems
public void setMaxItems(String maxItems)
The maximum number of items on a page.
- Parameters:
maxItems
- The maximum number of items on a page.
-
getMaxItems
public String getMaxItems()
The maximum number of items on a page.
- Returns:
- The maximum number of items on a page.
-
withMaxItems
public ListChangeBatchesByHostedZoneRequest withMaxItems(String maxItems)
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)
The page marker.
- Parameters:
marker
- The page marker.
-
getMarker
public String getMarker()
The page marker.
- Returns:
- The page marker.
-
withMarker
public ListChangeBatchesByHostedZoneRequest withMarker(String marker)
The page marker.
- Parameters:
marker
- The page marker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
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 ListChangeBatchesByHostedZoneRequest clone()
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
Object.clone()
-
-