Class ListChangeBatchesByRRSetRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
The input for a ListChangeBatchesByRRSet request.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe 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.getName()The name of the RRSet that you want to see changes for.The identifier of the RRSet that you want to see changes for.The start of the time period you want to see changes for.getType()The type of the RRSet that you want to see changes for.inthashCode()voidsetEndDate(String endDate) The end of the time period you want to see changes for.voidsetHostedZoneId(String hostedZoneId) The ID of the hosted zone that you want to see changes for.voidThe page marker.voidsetMaxItems(String maxItems) The maximum number of items on a page.voidThe name of the RRSet that you want to see changes for.voidsetSetIdentifier(String setIdentifier) The identifier of the RRSet that you want to see changes for.voidsetStartDate(String startDate) The start of the time period you want to see changes for.voidThe type of the RRSet that you want to see changes for.voidThe type of the RRSet that 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.The name of the RRSet that you want to see changes for.withSetIdentifier(String setIdentifier) The identifier of the RRSet that you want to see changes for.withStartDate(String startDate) The start of the time period you want to see changes for.The type of the RRSet that you want to see changes for.The type of the RRSet that you want to see changes for.Methods inherited from class 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
-
ListChangeBatchesByRRSetRequest
public ListChangeBatchesByRRSetRequest()
-
-
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.
-
setName
The name of the RRSet that you want to see changes for.
- Parameters:
name- The name of the RRSet that you want to see changes for.
-
getName
The name of the RRSet that you want to see changes for.
- Returns:
- The name of the RRSet that you want to see changes for.
-
withName
The name of the RRSet that you want to see changes for.
- Parameters:
name- The name of the RRSet that you want to see changes for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setType
The type of the RRSet that you want to see changes for.
- Parameters:
type- The type of the RRSet that you want to see changes for.- See Also:
-
getType
The type of the RRSet that you want to see changes for.
- Returns:
- The type of the RRSet that you want to see changes for.
- See Also:
-
withType
The type of the RRSet that you want to see changes for.
- Parameters:
type- The type of the RRSet that you want to see changes for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setType
The type of the RRSet that you want to see changes for.
- Parameters:
type- The type of the RRSet that you want to see changes for.- See Also:
-
withType
The type of the RRSet that you want to see changes for.
- Parameters:
type- The type of the RRSet that you want to see changes for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setSetIdentifier
The identifier of the RRSet that you want to see changes for.
- Parameters:
setIdentifier- The identifier of the RRSet that you want to see changes for.
-
getSetIdentifier
The identifier of the RRSet that you want to see changes for.
- Returns:
- The identifier of the RRSet that you want to see changes for.
-
withSetIdentifier
The identifier of the RRSet that you want to see changes for.
- Parameters:
setIdentifier- The identifier of the RRSet 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
-
getMarker
-
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
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-