public class ListChangeBatchesByRRSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListChangeBatchesByRRSet operation.
This action gets the list of ChangeBatches in a given time period for a given hosted zone and RRSet.
NOOP| Constructor and Description |
|---|
ListChangeBatchesByRRSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListChangeBatchesByRRSetRequest |
clone() |
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic String getHostedZoneId()
Constraints:
Length: 0 - 32
public void setHostedZoneId(String hostedZoneId)
Constraints:
Length: 0 - 32
hostedZoneId - The ID of the hosted zone that you want to see changes for.public ListChangeBatchesByRRSetRequest withHostedZoneId(String hostedZoneId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32
hostedZoneId - The ID of the hosted zone that you want to see changes for.public String getName()
Constraints:
Length: 0 - 1024
public void setName(String name)
Constraints:
Length: 0 - 1024
name - The name of the RRSet that you want to see changes for.public ListChangeBatchesByRRSetRequest withName(String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
name - The name of the RRSet that you want to see changes for.public String getType()
Constraints:
Allowed Values: SOA, A, TXT, NS, CNAME, MX, PTR, SRV, SPF, AAAA
RRTypepublic void setType(String type)
Constraints:
Allowed Values: SOA, A, TXT, NS, CNAME, MX, PTR, SRV, SPF, AAAA
type - The type of the RRSet that you want to see changes for.RRTypepublic ListChangeBatchesByRRSetRequest withType(String type)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: SOA, A, TXT, NS, CNAME, MX, PTR, SRV, SPF, AAAA
type - The type of the RRSet that you want to see changes for.RRTypepublic void setType(RRType type)
Constraints:
Allowed Values: SOA, A, TXT, NS, CNAME, MX, PTR, SRV, SPF, AAAA
type - The type of the RRSet that you want to see changes for.RRTypepublic ListChangeBatchesByRRSetRequest withType(RRType type)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: SOA, A, TXT, NS, CNAME, MX, PTR, SRV, SPF, AAAA
type - The type of the RRSet that you want to see changes for.RRTypepublic String getSetIdentifier()
Constraints:
Length: 1 - 128
public void setSetIdentifier(String setIdentifier)
Constraints:
Length: 1 - 128
setIdentifier - The identifier of the RRSet that you want to see changes for.public ListChangeBatchesByRRSetRequest withSetIdentifier(String setIdentifier)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
setIdentifier - The identifier of the RRSet that you want to see changes for.public String getStartDate()
Constraints:
Length: 0 - 256
public void setStartDate(String startDate)
Constraints:
Length: 0 - 256
startDate - The start of the time period you want to see changes for.public ListChangeBatchesByRRSetRequest withStartDate(String startDate)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 256
startDate - The start of the time period you want to see changes for.public String getEndDate()
Constraints:
Length: 0 - 256
public void setEndDate(String endDate)
Constraints:
Length: 0 - 256
endDate - The end of the time period you want to see changes for.public ListChangeBatchesByRRSetRequest withEndDate(String endDate)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 256
endDate - The end of the time period you want to see changes for.public String getMaxItems()
public void setMaxItems(String maxItems)
maxItems - The maximum number of items on a page.public ListChangeBatchesByRRSetRequest withMaxItems(String maxItems)
Returns a reference to this object so that method calls can be chained together.
maxItems - The maximum number of items on a page.public String getMarker()
Constraints:
Length: 0 - 64
public void setMarker(String marker)
Constraints:
Length: 0 - 64
marker - The page marker.public ListChangeBatchesByRRSetRequest withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 64
marker - The page marker.public String toString()
toString in class ObjectObject.toString()public ListChangeBatchesByRRSetRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.