public class ChangeResourceRecordSetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A complex type that contains a change batch.
NOOP| Constructor and Description |
|---|
ChangeResourceRecordSetsRequest()
Default constructor for ChangeResourceRecordSetsRequest object.
|
ChangeResourceRecordSetsRequest(String hostedZoneId,
ChangeBatch changeBatch)
Constructs a new ChangeResourceRecordSetsRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeResourceRecordSetsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
ChangeBatch |
getChangeBatch()
A complex type that contains an optional comment and the
Changes element. |
String |
getHostedZoneId()
The ID of the hosted zone that contains the resource record sets that you
want to change.
|
int |
hashCode() |
void |
setChangeBatch(ChangeBatch changeBatch)
A complex type that contains an optional comment and the
Changes element. |
void |
setHostedZoneId(String hostedZoneId)
The ID of the hosted zone that contains the resource record sets that you
want to change.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ChangeResourceRecordSetsRequest |
withChangeBatch(ChangeBatch changeBatch)
A complex type that contains an optional comment and the
Changes element. |
ChangeResourceRecordSetsRequest |
withHostedZoneId(String hostedZoneId)
The ID of the hosted zone that contains the resource record sets that you
want to change.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic ChangeResourceRecordSetsRequest()
public ChangeResourceRecordSetsRequest(String hostedZoneId, ChangeBatch changeBatch)
hostedZoneId - The ID of the hosted zone that contains the resource record sets
that you want to change.changeBatch - A complex type that contains an optional comment and the
Changes element.public void setHostedZoneId(String hostedZoneId)
The ID of the hosted zone that contains the resource record sets that you want to change.
hostedZoneId - The ID of the hosted zone that contains the resource record sets
that you want to change.public String getHostedZoneId()
The ID of the hosted zone that contains the resource record sets that you want to change.
public ChangeResourceRecordSetsRequest withHostedZoneId(String hostedZoneId)
The ID of the hosted zone that contains the resource record sets that you want to change.
hostedZoneId - The ID of the hosted zone that contains the resource record sets
that you want to change.public void setChangeBatch(ChangeBatch changeBatch)
A complex type that contains an optional comment and the
Changes element.
changeBatch - A complex type that contains an optional comment and the
Changes element.public ChangeBatch getChangeBatch()
A complex type that contains an optional comment and the
Changes element.
Changes element.public ChangeResourceRecordSetsRequest withChangeBatch(ChangeBatch changeBatch)
A complex type that contains an optional comment and the
Changes element.
changeBatch - A complex type that contains an optional comment and the
Changes element.public String toString()
toString in class ObjectObject.toString()public ChangeResourceRecordSetsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.