public class DeleteVpcEndpointsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DeleteVpcEndpointsResult() |
Modifier and Type | Method and Description |
---|---|
DeleteVpcEndpointsResult |
clone() |
boolean |
equals(Object obj) |
List<UnsuccessfulItem> |
getUnsuccessful()
Information about the endpoints that were not successfully deleted.
|
int |
hashCode() |
void |
setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not successfully deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteVpcEndpointsResult |
withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not successfully deleted.
|
DeleteVpcEndpointsResult |
withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the endpoints that were not successfully deleted.
|
public List<UnsuccessfulItem> getUnsuccessful()
public void setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
unsuccessful
- Information about the endpoints that were not successfully deleted.public DeleteVpcEndpointsResult withUnsuccessful(UnsuccessfulItem... unsuccessful)
NOTE: This method appends the values to the existing list (if
any). Use setUnsuccessful(java.util.Collection)
or withUnsuccessful(java.util.Collection)
if you want to override the
existing values.
Returns a reference to this object so that method calls can be chained together.
unsuccessful
- Information about the endpoints that were not successfully deleted.public DeleteVpcEndpointsResult withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Returns a reference to this object so that method calls can be chained together.
unsuccessful
- Information about the endpoints that were not successfully deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteVpcEndpointsResult clone()
Copyright © 2015. All rights reserved.