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:
  • 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

      public ChangeResourceRecordSetsRequest(String hostedZoneId, ChangeBatch changeBatch)
      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 the Changes element.
  • Method Details

    • setHostedZoneId

      public void setHostedZoneId(String hostedZoneId)

      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

      public String 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

      public ChangeResourceRecordSetsRequest withHostedZoneId(String hostedZoneId)

      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

      public void setChangeBatch(ChangeBatch changeBatch)

      A complex type that contains an optional comment and the Changes element.

      Parameters:
      changeBatch - A complex type that contains an optional comment and the Changes element.
    • getChangeBatch

      public ChangeBatch 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

      public ChangeResourceRecordSetsRequest withChangeBatch(ChangeBatch changeBatch)

      A complex type that contains an optional comment and the Changes element.

      Parameters:
      changeBatch - A complex type that contains an optional comment and the Changes element.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toString

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • 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 class AmazonWebServiceRequest
      See Also: