public class DeleteFlowLogsResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteFlowLogsResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteFlowLogsResult |
clone() |
boolean |
equals(Object obj) |
List<UnsuccessfulItem> |
getUnsuccessful()
Information about the flow logs that could not be deleted
successfully.
|
int |
hashCode() |
void |
setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be deleted
successfully.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteFlowLogsResult |
withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be deleted
successfully.
|
DeleteFlowLogsResult |
withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be deleted
successfully.
|
public List<UnsuccessfulItem> getUnsuccessful()
public void setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
unsuccessful - Information about the flow logs that could not be deleted
successfully.public DeleteFlowLogsResult 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 flow logs that could not be deleted
successfully.public DeleteFlowLogsResult withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Returns a reference to this object so that method calls can be chained together.
unsuccessful - Information about the flow logs that could not be deleted
successfully.public String toString()
toString in class ObjectObject.toString()public DeleteFlowLogsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.