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