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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetChangeDetailsResult()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description GetChangeDetailsResult
clone()
Deprecated.boolean
equals(Object obj)
Deprecated.ChangeBatchRecord
getChangeBatchRecord()
Deprecated.int
hashCode()
Deprecated.void
setChangeBatchRecord(ChangeBatchRecord changeBatchRecord)
Deprecated.String
toString()
Deprecated.Returns a string representation of this object; useful for testing and debugging.GetChangeDetailsResult
withChangeBatchRecord(ChangeBatchRecord changeBatchRecord)
Deprecated.
-
-
-
Method Detail
-
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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetChangeDetailsResult clone()
Deprecated.
-
-