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
ChangeBatchRecordelement.- 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 GetChangeDetailsResultclone()Deprecated.booleanequals(Object obj)Deprecated.ChangeBatchRecordgetChangeBatchRecord()Deprecated.inthashCode()Deprecated.voidsetChangeBatchRecord(ChangeBatchRecord changeBatchRecord)Deprecated.StringtoString()Deprecated.Returns a string representation of this object; useful for testing and debugging.GetChangeDetailsResultwithChangeBatchRecord(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetChangeDetailsResult clone()
Deprecated.
-
-