@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteWorldsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchDeleteWorldsResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteWorldsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getUnprocessedWorlds()
A list of unprocessed worlds associated with the call.
|
int |
hashCode() |
void |
setUnprocessedWorlds(Collection<String> unprocessedWorlds)
A list of unprocessed worlds associated with the call.
|
String |
toString()
Returns a string representation of this object.
|
BatchDeleteWorldsResult |
withUnprocessedWorlds(Collection<String> unprocessedWorlds)
A list of unprocessed worlds associated with the call.
|
BatchDeleteWorldsResult |
withUnprocessedWorlds(String... unprocessedWorlds)
A list of unprocessed worlds associated with the call.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getUnprocessedWorlds()
A list of unprocessed worlds associated with the call. These worlds were not deleted.
public void setUnprocessedWorlds(Collection<String> unprocessedWorlds)
A list of unprocessed worlds associated with the call. These worlds were not deleted.
unprocessedWorlds - A list of unprocessed worlds associated with the call. These worlds were not deleted.public BatchDeleteWorldsResult withUnprocessedWorlds(String... unprocessedWorlds)
A list of unprocessed worlds associated with the call. These worlds were not deleted.
NOTE: This method appends the values to the existing list (if any). Use
setUnprocessedWorlds(java.util.Collection) or withUnprocessedWorlds(java.util.Collection) if
you want to override the existing values.
unprocessedWorlds - A list of unprocessed worlds associated with the call. These worlds were not deleted.public BatchDeleteWorldsResult withUnprocessedWorlds(Collection<String> unprocessedWorlds)
A list of unprocessed worlds associated with the call. These worlds were not deleted.
unprocessedWorlds - A list of unprocessed worlds associated with the call. These worlds were not deleted.public String toString()
toString in class ObjectObject.toString()public BatchDeleteWorldsResult clone()