Class GetChangeDetailsResult

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

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

A complex type that contains the ChangeBatchRecord element.

See Also:
  • Constructor Details

    • GetChangeDetailsResult

      public GetChangeDetailsResult()
      Deprecated.
  • Method Details

    • setChangeBatchRecord

      @Deprecated public void setChangeBatchRecord(ChangeBatchRecord changeBatchRecord)
      Deprecated.

      A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.

      Parameters:
      changeBatchRecord - A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.
    • getChangeBatchRecord

      @Deprecated public ChangeBatchRecord getChangeBatchRecord()
      Deprecated.

      A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.

      Returns:
      A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.
    • withChangeBatchRecord

      @Deprecated public GetChangeDetailsResult withChangeBatchRecord(ChangeBatchRecord changeBatchRecord)
      Deprecated.

      A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.

      Parameters:
      changeBatchRecord - A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.
      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 GetChangeDetailsResult clone()
      Deprecated.
      Overrides:
      clone in class Object