ToCopyableBuilder<CreateFlowLogsResponse.Builder,CreateFlowLogsResponse>
@Generated("software.amazon.awssdk:codegen") public class CreateFlowLogsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateFlowLogsResponse.Builder,CreateFlowLogsResponse>
Contains the output of CreateFlowLogs.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateFlowLogsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CreateFlowLogsResponse.Builder |
builder() |
|
String |
clientToken() |
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
boolean |
equals(Object obj) |
|
List<String> |
flowLogIds() |
The IDs of the flow logs.
|
int |
hashCode() |
|
static Class<? extends CreateFlowLogsResponse.Builder> |
serializableBuilderClass() |
|
CreateFlowLogsResponse.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 created successfully.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String clientToken()
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
public List<String> flowLogIds()
The IDs of the flow logs.
public List<UnsuccessfulItem> unsuccessful()
Information about the flow logs that could not be created successfully.
public CreateFlowLogsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateFlowLogsResponse.Builder,CreateFlowLogsResponse>
public static CreateFlowLogsResponse.Builder builder()
public static Class<? extends CreateFlowLogsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.