Class GetChangeResult
- java.lang.Object
-
- com.amazonaws.services.route53.model.GetChangeResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class GetChangeResult extends Object implements Serializable, Cloneable
A complex type that contains the
ChangeInfo
element.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetChangeResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetChangeResult
clone()
boolean
equals(Object obj)
ChangeInfo
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.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.String
toString()
Returns a string representation of this object; useful for testing and debugging.GetChangeResult
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.
-
-
-
Method Detail
-
setChangeInfo
public 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.
- 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
public ChangeInfo 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
public GetChangeResult 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.
- 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
public String toString()
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 GetChangeResult clone()
-
-