public class ListChangeBatchesByRRSetRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
The input for a ListChangeBatchesByRRSet request.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
endDate
The end of the time period you want to see changes for.
|
private java.lang.String |
hostedZoneId
The ID of the hosted zone that you want to see changes for.
|
private java.lang.String |
marker
The page marker.
|
private java.lang.String |
maxItems
The maximum number of items on a page.
|
private java.lang.String |
name
The name of the RRSet that you want to see changes for.
|
private java.lang.String |
setIdentifier
The identifier of the RRSet that you want to see changes for.
|
private java.lang.String |
startDate
The start of the time period you want to see changes for.
|
private java.lang.String |
type
The type of the RRSet that you want to see changes for.
|
NOOP
Constructor and Description |
---|
ListChangeBatchesByRRSetRequest() |
Modifier and Type | Method and Description |
---|---|
ListChangeBatchesByRRSetRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEndDate()
The end of the time period you want to see changes for.
|
java.lang.String |
getHostedZoneId()
The ID of the hosted zone that you want to see changes for.
|
java.lang.String |
getMarker()
The page marker.
|
java.lang.String |
getMaxItems()
The maximum number of items on a page.
|
java.lang.String |
getName()
The name of the RRSet that you want to see changes for.
|
java.lang.String |
getSetIdentifier()
The identifier of the RRSet that you want to see changes for.
|
java.lang.String |
getStartDate()
The start of the time period you want to see changes for.
|
java.lang.String |
getType()
The type of the RRSet that you want to see changes for.
|
int |
hashCode() |
void |
setEndDate(java.lang.String endDate)
The end of the time period you want to see changes for.
|
void |
setHostedZoneId(java.lang.String hostedZoneId)
The ID of the hosted zone that you want to see changes for.
|
void |
setMarker(java.lang.String marker)
The page marker.
|
void |
setMaxItems(java.lang.String maxItems)
The maximum number of items on a page.
|
void |
setName(java.lang.String name)
The name of the RRSet that you want to see changes for.
|
void |
setSetIdentifier(java.lang.String setIdentifier)
The identifier of the RRSet that you want to see changes for.
|
void |
setStartDate(java.lang.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(java.lang.String type)
The type of the RRSet that you want to see changes for.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListChangeBatchesByRRSetRequest |
withEndDate(java.lang.String endDate)
The end of the time period you want to see changes for.
|
ListChangeBatchesByRRSetRequest |
withHostedZoneId(java.lang.String hostedZoneId)
The ID of the hosted zone that you want to see changes for.
|
ListChangeBatchesByRRSetRequest |
withMarker(java.lang.String marker)
The page marker.
|
ListChangeBatchesByRRSetRequest |
withMaxItems(java.lang.String maxItems)
The maximum number of items on a page.
|
ListChangeBatchesByRRSetRequest |
withName(java.lang.String name)
The name of the RRSet that you want to see changes for.
|
ListChangeBatchesByRRSetRequest |
withSetIdentifier(java.lang.String setIdentifier)
The identifier of the RRSet that you want to see changes for.
|
ListChangeBatchesByRRSetRequest |
withStartDate(java.lang.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(java.lang.String type)
The type of the RRSet that you want to see changes for.
|
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
private java.lang.String hostedZoneId
The ID of the hosted zone that you want to see changes for.
private java.lang.String name
The name of the RRSet that you want to see changes for.
private java.lang.String type
The type of the RRSet that you want to see changes for.
private java.lang.String setIdentifier
The identifier of the RRSet that you want to see changes for.
private java.lang.String startDate
The start of the time period you want to see changes for.
private java.lang.String endDate
The end of the time period you want to see changes for.
private java.lang.String maxItems
The maximum number of items on a page.
private java.lang.String marker
The page marker.
public void setHostedZoneId(java.lang.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 java.lang.String getHostedZoneId()
The ID of the hosted zone that you want to see changes for.
public ListChangeBatchesByRRSetRequest withHostedZoneId(java.lang.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(java.lang.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 java.lang.String getName()
The name of the RRSet that you want to see changes for.
public ListChangeBatchesByRRSetRequest withName(java.lang.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(java.lang.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.RRType
public java.lang.String getType()
The type of the RRSet that you want to see changes for.
RRType
public ListChangeBatchesByRRSetRequest withType(java.lang.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.RRType
public 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.RRType
public 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.RRType
public void setSetIdentifier(java.lang.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 java.lang.String getSetIdentifier()
The identifier of the RRSet that you want to see changes for.
public ListChangeBatchesByRRSetRequest withSetIdentifier(java.lang.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(java.lang.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 java.lang.String getStartDate()
The start of the time period you want to see changes for.
public ListChangeBatchesByRRSetRequest withStartDate(java.lang.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(java.lang.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 java.lang.String getEndDate()
The end of the time period you want to see changes for.
public ListChangeBatchesByRRSetRequest withEndDate(java.lang.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(java.lang.String maxItems)
The maximum number of items on a page.
maxItems
- The maximum number of items on a page.public java.lang.String getMaxItems()
The maximum number of items on a page.
public ListChangeBatchesByRRSetRequest withMaxItems(java.lang.String maxItems)
The maximum number of items on a page.
maxItems
- The maximum number of items on a page.public void setMarker(java.lang.String marker)
The page marker.
marker
- The page marker.public java.lang.String getMarker()
The page marker.
public ListChangeBatchesByRRSetRequest withMarker(java.lang.String marker)
The page marker.
marker
- The page marker.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListChangeBatchesByRRSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()