@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFlowLogsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteFlowLogsRequest>
Contains the parameters for DeleteFlowLogs.
NOOP
Constructor and Description |
---|
DeleteFlowLogsRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteFlowLogsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DeleteFlowLogsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getFlowLogIds()
One or more flow log IDs.
public void setFlowLogIds(Collection<String> flowLogIds)
One or more flow log IDs.
flowLogIds
- One or more flow log IDs.public DeleteFlowLogsRequest withFlowLogIds(String... flowLogIds)
One or more flow log IDs.
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.
flowLogIds
- One or more flow log IDs.public DeleteFlowLogsRequest withFlowLogIds(Collection<String> flowLogIds)
One or more flow log IDs.
flowLogIds
- One or more flow log IDs.public Request<DeleteFlowLogsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteFlowLogsRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteFlowLogsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.