@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteProjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Result structure used in response to request to delete a project.
Constructor and Description |
---|
DeleteProjectResult() |
Modifier and Type | Method and Description |
---|---|
DeleteProjectResult |
clone() |
boolean |
equals(Object obj) |
List<Resource> |
getDeletedResources()
Resources which were deleted.
|
List<Resource> |
getOrphanedResources()
Resources which were not deleted, due to a risk of losing potentially important data or files.
|
int |
hashCode() |
void |
setDeletedResources(Collection<Resource> deletedResources)
Resources which were deleted.
|
void |
setOrphanedResources(Collection<Resource> orphanedResources)
Resources which were not deleted, due to a risk of losing potentially important data or files.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteProjectResult |
withDeletedResources(Collection<Resource> deletedResources)
Resources which were deleted.
|
DeleteProjectResult |
withDeletedResources(Resource... deletedResources)
Resources which were deleted.
|
DeleteProjectResult |
withOrphanedResources(Collection<Resource> orphanedResources)
Resources which were not deleted, due to a risk of losing potentially important data or files.
|
DeleteProjectResult |
withOrphanedResources(Resource... orphanedResources)
Resources which were not deleted, due to a risk of losing potentially important data or files.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Resource> getDeletedResources()
Resources which were deleted.
public void setDeletedResources(Collection<Resource> deletedResources)
Resources which were deleted.
deletedResources
- Resources which were deleted.public DeleteProjectResult withDeletedResources(Resource... deletedResources)
Resources which were deleted.
NOTE: This method appends the values to the existing list (if any). Use
setDeletedResources(java.util.Collection)
or withDeletedResources(java.util.Collection)
if you
want to override the existing values.
deletedResources
- Resources which were deleted.public DeleteProjectResult withDeletedResources(Collection<Resource> deletedResources)
Resources which were deleted.
deletedResources
- Resources which were deleted.public List<Resource> getOrphanedResources()
Resources which were not deleted, due to a risk of losing potentially important data or files.
public void setOrphanedResources(Collection<Resource> orphanedResources)
Resources which were not deleted, due to a risk of losing potentially important data or files.
orphanedResources
- Resources which were not deleted, due to a risk of losing potentially important data or files.public DeleteProjectResult withOrphanedResources(Resource... orphanedResources)
Resources which were not deleted, due to a risk of losing potentially important data or files.
NOTE: This method appends the values to the existing list (if any). Use
setOrphanedResources(java.util.Collection)
or withOrphanedResources(java.util.Collection)
if
you want to override the existing values.
orphanedResources
- Resources which were not deleted, due to a risk of losing potentially important data or files.public DeleteProjectResult withOrphanedResources(Collection<Resource> orphanedResources)
Resources which were not deleted, due to a risk of losing potentially important data or files.
orphanedResources
- Resources which were not deleted, due to a risk of losing potentially important data or files.public String toString()
toString
in class Object
Object.toString()
public DeleteProjectResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.