Class GetChangeDetailsResult
java.lang.Object
com.amazonaws.services.route53.model.GetChangeDetailsResult
- All Implemented Interfaces:
Serializable,Cloneable
Deprecated.
A complex type that contains the ChangeBatchRecord element.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated.booleanDeprecated.Deprecated.inthashCode()Deprecated.voidsetChangeBatchRecord(ChangeBatchRecord changeBatchRecord) Deprecated.toString()Deprecated.Returns a string representation of this object; useful for testing and debugging.withChangeBatchRecord(ChangeBatchRecord changeBatchRecord) Deprecated.
-
Constructor Details
-
GetChangeDetailsResult
public GetChangeDetailsResult()Deprecated.
-
-
Method Details
-
setChangeBatchRecord
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.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
Deprecated.Returns a string representation of this object; useful for testing and debugging. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
clone
Deprecated.
-