Class ModifyHostsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of ModifyHosts.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The IDs of the Dedicated hosts that were successfully modified.The IDs of the Dedicated hosts that could not be modified.int
hashCode()
void
setSuccessful
(Collection<String> successful) The IDs of the Dedicated hosts that were successfully modified.void
setUnsuccessful
(Collection<UnsuccessfulItem> unsuccessful) The IDs of the Dedicated hosts that could not be modified.toString()
Returns a string representation of this object; useful for testing and debugging.withSuccessful
(String... successful) The IDs of the Dedicated hosts that were successfully modified.withSuccessful
(Collection<String> successful) The IDs of the Dedicated hosts that were successfully modified.withUnsuccessful
(UnsuccessfulItem... unsuccessful) The IDs of the Dedicated hosts that could not be modified.withUnsuccessful
(Collection<UnsuccessfulItem> unsuccessful) The IDs of the Dedicated hosts that could not be modified.
-
Constructor Details
-
ModifyHostsResult
public ModifyHostsResult()
-
-
Method Details
-
getSuccessful
The IDs of the Dedicated hosts that were successfully modified.
- Returns:
- The IDs of the Dedicated hosts that were successfully modified.
-
setSuccessful
The IDs of the Dedicated hosts that were successfully modified.
- Parameters:
successful
- The IDs of the Dedicated hosts that were successfully modified.
-
withSuccessful
The IDs of the Dedicated hosts that were successfully modified.
NOTE: This method appends the values to the existing list (if any). Use
setSuccessful(java.util.Collection)
orwithSuccessful(java.util.Collection)
if you want to override the existing values.- Parameters:
successful
- The IDs of the Dedicated hosts that were successfully modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withSuccessful
The IDs of the Dedicated hosts that were successfully modified.
- Parameters:
successful
- The IDs of the Dedicated hosts that were successfully modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getUnsuccessful
The IDs of the Dedicated hosts that could not be modified. Check whether the setting you requested can be used.
- Returns:
- The IDs of the Dedicated hosts that could not be modified. Check whether the setting you requested can be used.
-
setUnsuccessful
The IDs of the Dedicated hosts that could not be modified. Check whether the setting you requested can be used.
- Parameters:
unsuccessful
- The IDs of the Dedicated hosts that could not be modified. Check whether the setting you requested can be used.
-
withUnsuccessful
The IDs of the Dedicated hosts that could not be modified. Check whether the setting you requested can be used.
NOTE: This method appends the values to the existing list (if any). Use
setUnsuccessful(java.util.Collection)
orwithUnsuccessful(java.util.Collection)
if you want to override the existing values.- Parameters:
unsuccessful
- The IDs of the Dedicated hosts that could not be modified. Check whether the setting you requested can be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withUnsuccessful
The IDs of the Dedicated hosts that could not be modified. Check whether the setting you requested can be used.
- Parameters:
unsuccessful
- The IDs of the Dedicated hosts that could not be modified. Check whether the setting you requested can be used.- 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
-