@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFlowLogsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of DeleteFlowLogs.
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<UnsuccessfulItem> getUnsuccessful()
Information about the flow logs that could not be deleted successfully.
public void setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be deleted successfully.
unsuccessful
- Information about the flow logs that could not be deleted successfully.public DeleteFlowLogsResult withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be deleted successfully.
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.
unsuccessful
- Information about the flow logs that could not be deleted successfully.public DeleteFlowLogsResult withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be deleted successfully.
unsuccessful
- Information about the flow logs that could not be deleted successfully.public String toString()
toString
in class Object
Object.toString()
public DeleteFlowLogsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.