Class GetChangeResult
java.lang.Object
com.amazonaws.services.route53.model.GetChangeResult
- All Implemented Interfaces:
Serializable
,Cloneable
A complex type that contains the ChangeInfo
element.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.int
hashCode()
void
setChangeInfo
(ChangeInfo changeInfo) A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.toString()
Returns a string representation of this object; useful for testing and debugging.withChangeInfo
(ChangeInfo changeInfo) A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.
-
Constructor Details
-
GetChangeResult
public GetChangeResult()
-
-
Method Details
-
setChangeInfo
A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.
- Parameters:
changeInfo
- A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.
-
getChangeInfo
A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.
- Returns:
- A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.
-
withChangeInfo
A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.
- Parameters:
changeInfo
- A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the date and time of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-