@Generated(value="software.amazon.awssdk:codegen") public class DeleteFlowLogsResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DeleteFlowLogsResponse.Builder,DeleteFlowLogsResponse>
Contains the output of DeleteFlowLogs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteFlowLogsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteFlowLogsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends DeleteFlowLogsResponse.Builder> |
serializableBuilderClass() |
DeleteFlowLogsResponse.Builder |
toBuilder() |
String |
toString() |
List<UnsuccessfulItem> |
unsuccessful()
Information about the flow logs that could not be deleted successfully.
|
public List<UnsuccessfulItem> unsuccessful()
Information about the flow logs that could not be deleted successfully.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DeleteFlowLogsResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DeleteFlowLogsResponse.Builder,DeleteFlowLogsResponse>public static DeleteFlowLogsResponse.Builder builder()
public static Class<? extends DeleteFlowLogsResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2017. All rights reserved.