ToCopyableBuilder<DeleteFlowLogsResponse.Builder,DeleteFlowLogsResponse>@Generated("software.amazon.awssdk:codegen") public class DeleteFlowLogsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DeleteFlowLogsResponse.Builder,DeleteFlowLogsResponse>
Contains the output of DeleteFlowLogs.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DeleteFlowLogsResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DeleteFlowLogsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DeleteFlowLogsResponse.Builder> |
serializableBuilderClass() |
|
DeleteFlowLogsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<UnsuccessfulItem> |
unsuccessful() |
Information about the flow logs that could not be deleted successfully.
|
setSdkHttpMetadata, setSdkResponseMetadatapublic List<UnsuccessfulItem> unsuccessful()
Information about the flow logs that could not be deleted successfully.
public DeleteFlowLogsResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DeleteFlowLogsResponse.Builder,DeleteFlowLogsResponse>public static DeleteFlowLogsResponse.Builder builder()
public static Class<? extends DeleteFlowLogsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.