@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChangeResourceRecordSetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A complex type that contains change information for the resource record set.
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 object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public ChangeResourceRecordSetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.