public class ListChangeBatchesByRRSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for a ListChangeBatchesByRRSet request.
NOOP| Constructor and Description |
|---|
ListChangeBatchesByRRSetRequest() |
| Modifier and Type | Method and 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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 ListChangeBatchesByRRSetRequest 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 setName(String name)
The name of the RRSet that you want to see changes for.
name - The name of the RRSet that you want to see changes for.public String getName()
The name of the RRSet that you want to see changes for.
public ListChangeBatchesByRRSetRequest withName(String name)
The name of the RRSet that you want to see changes for.
name - The name of the RRSet that you want to see changes for.public void setType(String type)
The type of the RRSet that you want to see changes for.
type - The type of the RRSet that you want to see changes for.RRTypepublic String getType()
The type of the RRSet that you want to see changes for.
RRTypepublic ListChangeBatchesByRRSetRequest withType(String type)
The type of the RRSet that you want to see changes for.
type - The type of the RRSet that you want to see changes for.RRTypepublic void setType(RRType type)
The type of the RRSet that you want to see changes for.
type - The type of the RRSet that you want to see changes for.RRTypepublic ListChangeBatchesByRRSetRequest withType(RRType type)
The type of the RRSet that you want to see changes for.
type - The type of the RRSet that you want to see changes for.RRTypepublic void setSetIdentifier(String setIdentifier)
The identifier of the RRSet that you want to see changes for.
setIdentifier - The identifier of the RRSet that you want to see changes for.public String getSetIdentifier()
The identifier of the RRSet that you want to see changes for.
public ListChangeBatchesByRRSetRequest withSetIdentifier(String setIdentifier)
The identifier of the RRSet that you want to see changes for.
setIdentifier - The identifier of the RRSet 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 ListChangeBatchesByRRSetRequest 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 ListChangeBatchesByRRSetRequest 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 ListChangeBatchesByRRSetRequest 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 ListChangeBatchesByRRSetRequest withMarker(String marker)
The page marker.
marker - The page marker.public String toString()
toString in class ObjectObject.toString()public ListChangeBatchesByRRSetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.