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()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public DeleteFlowLogsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.