@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()
The resources that failed to be removed from the group.
|
List<String> |
getSucceeded()
The ARNs of the resources that were successfully removed from the group.
|
int |
hashCode() |
void |
setFailed(Collection<FailedResource> failed)
The resources that failed to be removed from the group.
|
void |
setSucceeded(Collection<String> succeeded)
The ARNs of the resources that were successfully removed from the group.
|
String |
toString()
Returns a string representation of this object.
|
UngroupResourcesResult |
withFailed(Collection<FailedResource> failed)
The resources that failed to be removed from the group.
|
UngroupResourcesResult |
withFailed(FailedResource... failed)
The resources that failed to be removed from the group.
|
UngroupResourcesResult |
withSucceeded(Collection<String> succeeded)
The ARNs of the resources that were successfully removed from the group.
|
UngroupResourcesResult |
withSucceeded(String... succeeded)
The ARNs of the resources that were successfully removed from the group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getSucceeded()
The ARNs of the resources that were successfully removed from the group.
public void setSucceeded(Collection<String> succeeded)
The ARNs of the resources that were successfully removed from the group.
succeeded - The ARNs of the resources that were successfully removed from the group.public UngroupResourcesResult withSucceeded(String... succeeded)
The ARNs of the resources that were successfully removed from the group.
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 - The ARNs of the resources that were successfully removed from the group.public UngroupResourcesResult withSucceeded(Collection<String> succeeded)
The ARNs of the resources that were successfully removed from the group.
succeeded - The ARNs of the resources that were successfully removed from the group.public List<FailedResource> getFailed()
The resources that failed to be removed from the group.
public void setFailed(Collection<FailedResource> failed)
The resources that failed to be removed from the group.
failed - The resources that failed to be removed from the group.public UngroupResourcesResult withFailed(FailedResource... failed)
The resources that failed to be removed from the group.
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 - The resources that failed to be removed from the group.public UngroupResourcesResult withFailed(Collection<FailedResource> failed)
The resources that failed to be removed from the group.
failed - The resources that failed to be removed from the group.public String toString()
toString in class ObjectObject.toString()public UngroupResourcesResult clone()
Copyright © 2020. All rights reserved.