Class ListChangeBatchesByRRSetRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.route53.model.ListChangeBatchesByRRSetRequest
-
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class ListChangeBatchesByRRSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for a ListChangeBatchesByRRSet request.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description ListChangeBatchesByRRSetRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListChangeBatchesByRRSetRequest
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
getName()
The name of the RRSet that you want to see changes for.String
getSetIdentifier()
The identifier of the RRSet that you want to see changes for.String
getStartDate()
The start of the time period you want to see changes for.String
getType()
The type of the RRSet that 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
setName(String name)
The name of the RRSet that you want to see changes for.void
setSetIdentifier(String setIdentifier)
The identifier of the RRSet that you want to see changes for.void
setStartDate(String startDate)
The start of the time period you want to see changes for.void
setType(RRType type)
The type of the RRSet that you want to see changes for.void
setType(String type)
The type of the RRSet that you want to see changes for.String
toString()
Returns a string representation of this object; useful for testing and debugging.ListChangeBatchesByRRSetRequest
withEndDate(String endDate)
The end of the time period you want to see changes for.ListChangeBatchesByRRSetRequest
withHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to see changes for.ListChangeBatchesByRRSetRequest
withMarker(String marker)
The page marker.ListChangeBatchesByRRSetRequest
withMaxItems(String maxItems)
The maximum number of items on a page.ListChangeBatchesByRRSetRequest
withName(String name)
The name of the RRSet that you want to see changes for.ListChangeBatchesByRRSetRequest
withSetIdentifier(String setIdentifier)
The identifier of the RRSet that you want to see changes for.ListChangeBatchesByRRSetRequest
withStartDate(String startDate)
The start of the time period you want to see changes for.ListChangeBatchesByRRSetRequest
withType(RRType type)
The type of the RRSet that you want to see changes for.ListChangeBatchesByRRSetRequest
withType(String type)
The type of the RRSet that 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 ListChangeBatchesByRRSetRequest 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.
-
setName
public void setName(String name)
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
public String 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
public ListChangeBatchesByRRSetRequest withName(String name)
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
public void setType(String type)
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:
RRType
-
getType
public String 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:
RRType
-
withType
public ListChangeBatchesByRRSetRequest withType(String type)
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:
RRType
-
setType
public void setType(RRType type)
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:
RRType
-
withType
public ListChangeBatchesByRRSetRequest withType(RRType type)
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:
RRType
-
setSetIdentifier
public void setSetIdentifier(String setIdentifier)
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
public String 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
public ListChangeBatchesByRRSetRequest withSetIdentifier(String setIdentifier)
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
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 ListChangeBatchesByRRSetRequest 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 ListChangeBatchesByRRSetRequest 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 ListChangeBatchesByRRSetRequest 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 ListChangeBatchesByRRSetRequest 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 ListChangeBatchesByRRSetRequest 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()
-
-