@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UngroupResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
UngroupResourcesResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
UngroupResourcesResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<FailedResource> | 
getFailed()
 A list of any resources that failed to be removed from the group by this operation. 
 | 
List<PendingResource> | 
getPending()
 A list of any resources that are still in the process of being removed from the group by this operation. 
 | 
List<String> | 
getSucceeded()
 A list of resources that were successfully removed from the group by this operation. 
 | 
int | 
hashCode()  | 
void | 
setFailed(Collection<FailedResource> failed)
 A list of any resources that failed to be removed from the group by this operation. 
 | 
void | 
setPending(Collection<PendingResource> pending)
 A list of any resources that are still in the process of being removed from the group by this operation. 
 | 
void | 
setSucceeded(Collection<String> succeeded)
 A list of resources that were successfully removed from the group by this operation. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
UngroupResourcesResult | 
withFailed(Collection<FailedResource> failed)
 A list of any resources that failed to be removed from the group by this operation. 
 | 
UngroupResourcesResult | 
withFailed(FailedResource... failed)
 A list of any resources that failed to be removed from the group by this operation. 
 | 
UngroupResourcesResult | 
withPending(Collection<PendingResource> pending)
 A list of any resources that are still in the process of being removed from the group by this operation. 
 | 
UngroupResourcesResult | 
withPending(PendingResource... pending)
 A list of any resources that are still in the process of being removed from the group by this operation. 
 | 
UngroupResourcesResult | 
withSucceeded(Collection<String> succeeded)
 A list of resources that were successfully removed from the group by this operation. 
 | 
UngroupResourcesResult | 
withSucceeded(String... succeeded)
 A list of resources that were successfully removed from the group by this operation. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getSucceeded()
A list of resources that were successfully removed from the group by this operation.
public void setSucceeded(Collection<String> succeeded)
A list of resources that were successfully removed from the group by this operation.
succeeded - A list of resources that were successfully removed from the group by this operation.public UngroupResourcesResult withSucceeded(String... succeeded)
A list of resources that were successfully removed from the group by this operation.
 NOTE: This method appends the values to the existing list (if any). Use
 setSucceeded(java.util.Collection) or withSucceeded(java.util.Collection) if you want to
 override the existing values.
 
succeeded - A list of resources that were successfully removed from the group by this operation.public UngroupResourcesResult withSucceeded(Collection<String> succeeded)
A list of resources that were successfully removed from the group by this operation.
succeeded - A list of resources that were successfully removed from the group by this operation.public List<FailedResource> getFailed()
A list of any resources that failed to be removed from the group by this operation.
public void setFailed(Collection<FailedResource> failed)
A list of any resources that failed to be removed from the group by this operation.
failed - A list of any resources that failed to be removed from the group by this operation.public UngroupResourcesResult withFailed(FailedResource... failed)
A list of any resources that failed to be removed from the group by this operation.
 NOTE: This method appends the values to the existing list (if any). Use
 setFailed(java.util.Collection) or withFailed(java.util.Collection) if you want to override the
 existing values.
 
failed - A list of any resources that failed to be removed from the group by this operation.public UngroupResourcesResult withFailed(Collection<FailedResource> failed)
A list of any resources that failed to be removed from the group by this operation.
failed - A list of any resources that failed to be removed from the group by this operation.public List<PendingResource> getPending()
 A list of any resources that are still in the process of being removed from the group by this operation. These
 pending removals continue asynchronously. You can check the status of pending removals by using the
  ListGroupResources  operation. After the resource is successfully removed, it no longer
 appears in the response.
 
 ListGroupResources  operation. After the resource is successfully removed, it no
         longer appears in the response.public void setPending(Collection<PendingResource> pending)
 A list of any resources that are still in the process of being removed from the group by this operation. These
 pending removals continue asynchronously. You can check the status of pending removals by using the
  ListGroupResources  operation. After the resource is successfully removed, it no longer
 appears in the response.
 
pending - A list of any resources that are still in the process of being removed from the group by this operation.
        These pending removals continue asynchronously. You can check the status of pending removals by using the
         ListGroupResources  operation. After the resource is successfully removed, it no
        longer appears in the response.public UngroupResourcesResult withPending(PendingResource... pending)
 A list of any resources that are still in the process of being removed from the group by this operation. These
 pending removals continue asynchronously. You can check the status of pending removals by using the
  ListGroupResources  operation. After the resource is successfully removed, it no longer
 appears in the response.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setPending(java.util.Collection) or withPending(java.util.Collection) if you want to override
 the existing values.
 
pending - A list of any resources that are still in the process of being removed from the group by this operation.
        These pending removals continue asynchronously. You can check the status of pending removals by using the
         ListGroupResources  operation. After the resource is successfully removed, it no
        longer appears in the response.public UngroupResourcesResult withPending(Collection<PendingResource> pending)
 A list of any resources that are still in the process of being removed from the group by this operation. These
 pending removals continue asynchronously. You can check the status of pending removals by using the
  ListGroupResources  operation. After the resource is successfully removed, it no longer
 appears in the response.
 
pending - A list of any resources that are still in the process of being removed from the group by this operation.
        These pending removals continue asynchronously. You can check the status of pending removals by using the
         ListGroupResources  operation. After the resource is successfully removed, it no
        longer appears in the response.public String toString()
toString in class ObjectObject.toString()public UngroupResourcesResult clone()