@Generated(value="software.amazon.awssdk:codegen") public final class DeleteFlowLogsRequest extends Ec2Request implements ToCopyableBuilder<DeleteFlowLogsRequest.Builder,DeleteFlowLogsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteFlowLogsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteFlowLogsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
List<String> |
flowLogIds()
One or more flow log IDs.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteFlowLogsRequest.Builder> |
serializableBuilderClass() |
DeleteFlowLogsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<String> flowLogIds()
One or more flow log IDs.
Constraint: Maximum of 1000 flow log IDs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
Constraint: Maximum of 1000 flow log IDs.
public DeleteFlowLogsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteFlowLogsRequest.Builder,DeleteFlowLogsRequest>toBuilder in class Ec2Requestpublic static DeleteFlowLogsRequest.Builder builder()
public static Class<? extends DeleteFlowLogsRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.