public class DeleteFlowLogsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteFlowLogs operation
.
Deletes one or more flow logs.
NOOP
Constructor and Description |
---|
DeleteFlowLogsRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteFlowLogsRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getFlowLogIds()
One or more flow log IDs.
|
int |
hashCode() |
void |
setFlowLogIds(Collection<String> flowLogIds)
One or more flow log IDs.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteFlowLogsRequest |
withFlowLogIds(Collection<String> flowLogIds)
One or more flow log IDs.
|
DeleteFlowLogsRequest |
withFlowLogIds(String... flowLogIds)
One or more flow log IDs.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public List<String> getFlowLogIds()
public void setFlowLogIds(Collection<String> flowLogIds)
flowLogIds
- One or more flow log IDs.public DeleteFlowLogsRequest withFlowLogIds(String... flowLogIds)
NOTE: This method appends the values to the existing list (if
any). Use setFlowLogIds(java.util.Collection)
or withFlowLogIds(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.
flowLogIds
- One or more flow log IDs.public DeleteFlowLogsRequest withFlowLogIds(Collection<String> flowLogIds)
Returns a reference to this object so that method calls can be chained together.
flowLogIds
- One or more flow log IDs.public String toString()
toString
in class Object
Object.toString()
public DeleteFlowLogsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.