public class ModifyHostsResult extends Object implements Serializable
Contains the output of ModifyHosts.
| Constructor and Description | 
|---|
| ModifyHostsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| List<String> | getSuccessful()The IDs of the Dedicated hosts that were successfully modified. | 
| List<UnsuccessfulItem> | getUnsuccessful()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. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ModifyHostsResult | withSuccessful(Collection<String> successful)The IDs of the Dedicated hosts that were successfully modified. | 
| ModifyHostsResult | withSuccessful(String... successful)The IDs of the Dedicated hosts that were successfully modified. | 
| ModifyHostsResult | withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)The IDs of the Dedicated hosts that could not be modified. | 
| ModifyHostsResult | withUnsuccessful(UnsuccessfulItem... unsuccessful)The IDs of the Dedicated hosts that could not be modified. | 
public List<String> getSuccessful()
public void setSuccessful(Collection<String> successful)
successful - The IDs of the Dedicated hosts that were successfully modified.public ModifyHostsResult withSuccessful(String... successful)
Returns a reference to this object so that method calls can be chained together.
successful - The IDs of the Dedicated hosts that were successfully modified.public ModifyHostsResult withSuccessful(Collection<String> successful)
Returns a reference to this object so that method calls can be chained together.
successful - The IDs of the Dedicated hosts that were successfully modified.public List<UnsuccessfulItem> getUnsuccessful()
public void setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
unsuccessful - The IDs of the Dedicated hosts that could not be modified. Check
         whether the setting you requested can be used.public ModifyHostsResult withUnsuccessful(UnsuccessfulItem... unsuccessful)
Returns a reference to this object so that method calls can be chained together.
unsuccessful - The IDs of the Dedicated hosts that could not be modified. Check
         whether the setting you requested can be used.public ModifyHostsResult withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Returns a reference to this object so that method calls can be chained together.
unsuccessful - The IDs of the Dedicated hosts that could not be modified. Check
         whether the setting you requested can be used.public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.