Class ChangeResourceRecordSetsRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.route53.model.ChangeResourceRecordSetsRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class ChangeResourceRecordSetsRequest
extends AmazonWebServiceRequest
implements Serializable, Cloneable
A complex type that contains a change batch.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for ChangeResourceRecordSetsRequest object.ChangeResourceRecordSetsRequest
(String hostedZoneId, ChangeBatch changeBatch) Constructs a new ChangeResourceRecordSetsRequest object. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
A complex type that contains an optional comment and theChanges
element.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 theChanges
element.void
setHostedZoneId
(String hostedZoneId) The ID of the hosted zone that contains the resource record sets that you want to change.toString()
Returns a string representation of this object; useful for testing and debugging.withChangeBatch
(ChangeBatch changeBatch) A complex type that contains an optional comment and theChanges
element.withHostedZoneId
(String hostedZoneId) The ID of the hosted zone that contains the resource record sets that you want to change.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
Constructor Details
-
ChangeResourceRecordSetsRequest
public ChangeResourceRecordSetsRequest()Default constructor for ChangeResourceRecordSetsRequest object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it. -
ChangeResourceRecordSetsRequest
Constructs a new ChangeResourceRecordSetsRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.- Parameters:
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 theChanges
element.
-
-
Method Details
-
setHostedZoneId
The ID of the hosted zone that contains the resource record sets that you want to change.
- Parameters:
hostedZoneId
- The ID of the hosted zone that contains the resource record sets that you want to change.
-
getHostedZoneId
The ID of the hosted zone that contains the resource record sets that you want to change.
- Returns:
- The ID of the hosted zone that contains the resource record sets that you want to change.
-
withHostedZoneId
The ID of the hosted zone that contains the resource record sets that you want to change.
- Parameters:
hostedZoneId
- The ID of the hosted zone that contains the resource record sets that you want to change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setChangeBatch
A complex type that contains an optional comment and the
Changes
element.- Parameters:
changeBatch
- A complex type that contains an optional comment and theChanges
element.
-
getChangeBatch
A complex type that contains an optional comment and the
Changes
element.- Returns:
- A complex type that contains an optional comment and the
Changes
element.
-
withChangeBatch
A complex type that contains an optional comment and the
Changes
element.- Parameters:
changeBatch
- A complex type that contains an optional comment and theChanges
element.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-