Class ListChangeBatchesByHostedZoneRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
The input for a ListChangeBatchesByHostedZone request.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The end of the time period you want to see changes for.The ID of the hosted zone that you want to see changes for.The page marker.The maximum number of items on a page.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
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.toString()
Returns a string representation of this object; useful for testing and debugging.withEndDate
(String endDate) The end of the time period you want to see changes for.withHostedZoneId
(String hostedZoneId) The ID of the hosted zone that you want to see changes for.withMarker
(String marker) The page marker.withMaxItems
(String maxItems) The maximum number of items on a page.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
-
Constructor Details
-
ListChangeBatchesByHostedZoneRequest
public ListChangeBatchesByHostedZoneRequest()
-
-
Method Details
-
setHostedZoneId
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
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
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
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
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
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
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
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
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
The maximum number of items on a page.
- Parameters:
maxItems
- The maximum number of items on a page.
-
getMaxItems
The maximum number of items on a page.
- Returns:
- The maximum number of items on a page.
-
withMaxItems
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
The page marker.
- Parameters:
marker
- The page marker.
-
getMarker
The page marker.
- Returns:
- The page marker.
-
withMarker
The page marker.
- Parameters:
marker
- The page marker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
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:
-