Class ChangeBatchRecord

java.lang.Object
com.amazonaws.services.route53.model.ChangeBatchRecord
All Implemented Interfaces:
Serializable, Cloneable

@Deprecated public class ChangeBatchRecord extends Object implements Serializable, Cloneable
Deprecated.

A complex type that lists the changes and information for a ChangeBatch.

See Also:
  • Constructor Details

    • ChangeBatchRecord

      public ChangeBatchRecord()
      Deprecated.
  • Method Details

    • setId

      public void setId(String id)
      Deprecated.

      The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

      Parameters:
      id - The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
    • getId

      public String getId()
      Deprecated.

      The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

      Returns:
      The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
    • withId

      public ChangeBatchRecord withId(String id)
      Deprecated.

      The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

      Parameters:
      id - The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setSubmittedAt

      public void setSubmittedAt(Date submittedAt)
      Deprecated.

      The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

      Parameters:
      submittedAt - The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).
    • getSubmittedAt

      public Date getSubmittedAt()
      Deprecated.

      The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

      Returns:
      The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).
    • withSubmittedAt

      public ChangeBatchRecord withSubmittedAt(Date submittedAt)
      Deprecated.

      The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

      Parameters:
      submittedAt - The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setStatus

      public void setStatus(String status)
      Deprecated.

      The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

      Valid Values: PENDING | INSYNC

      Parameters:
      status - The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

      Valid Values: PENDING | INSYNC

      See Also:
    • getStatus

      public String getStatus()
      Deprecated.

      The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

      Valid Values: PENDING | INSYNC

      Returns:
      The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

      Valid Values: PENDING | INSYNC

      See Also:
    • withStatus

      public ChangeBatchRecord withStatus(String status)
      Deprecated.

      The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

      Valid Values: PENDING | INSYNC

      Parameters:
      status - The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

      Valid Values: PENDING | INSYNC

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setStatus

      public void setStatus(ChangeStatus status)
      Deprecated.

      The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

      Valid Values: PENDING | INSYNC

      Parameters:
      status - The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

      Valid Values: PENDING | INSYNC

      See Also:
    • withStatus

      public ChangeBatchRecord withStatus(ChangeStatus status)
      Deprecated.

      The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

      Valid Values: PENDING | INSYNC

      Parameters:
      status - The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

      Valid Values: PENDING | INSYNC

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setComment

      public void setComment(String comment)
      Deprecated.

      A complex type that describes change information about changes made to your hosted zone.

      This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

      Parameters:
      comment - A complex type that describes change information about changes made to your hosted zone.

      This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

    • getComment

      public String getComment()
      Deprecated.

      A complex type that describes change information about changes made to your hosted zone.

      This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

      Returns:
      A complex type that describes change information about changes made to your hosted zone.

      This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

    • withComment

      public ChangeBatchRecord withComment(String comment)
      Deprecated.

      A complex type that describes change information about changes made to your hosted zone.

      This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

      Parameters:
      comment - A complex type that describes change information about changes made to your hosted zone.

      This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setSubmitter

      public void setSubmitter(String submitter)
      Deprecated.

      The AWS account ID attached to the changes.

      Parameters:
      submitter - The AWS account ID attached to the changes.
    • getSubmitter

      public String getSubmitter()
      Deprecated.

      The AWS account ID attached to the changes.

      Returns:
      The AWS account ID attached to the changes.
    • withSubmitter

      public ChangeBatchRecord withSubmitter(String submitter)
      Deprecated.

      The AWS account ID attached to the changes.

      Parameters:
      submitter - The AWS account ID attached to the changes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • getChanges

      public List<Change> getChanges()
      Deprecated.

      A list of changes made in the ChangeBatch.

      Returns:
      A list of changes made in the ChangeBatch.
    • setChanges

      public void setChanges(Collection<Change> changes)
      Deprecated.

      A list of changes made in the ChangeBatch.

      Parameters:
      changes - A list of changes made in the ChangeBatch.
    • withChanges

      public ChangeBatchRecord withChanges(Change... changes)
      Deprecated.

      A list of changes made in the ChangeBatch.

      NOTE: This method appends the values to the existing list (if any). Use setChanges(java.util.Collection) or withChanges(java.util.Collection) if you want to override the existing values.

      Parameters:
      changes - A list of changes made in the ChangeBatch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withChanges

      public ChangeBatchRecord withChanges(Collection<Change> changes)
      Deprecated.

      A list of changes made in the ChangeBatch.

      Parameters:
      changes - A list of changes made in the ChangeBatch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toString

      public String toString()
      Deprecated.
      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)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • clone

      public ChangeBatchRecord clone()
      Deprecated.
      Overrides:
      clone in class Object