@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFlowLogsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of CreateFlowLogs.
| Constructor and Description | 
|---|
| CreateFlowLogsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateFlowLogsResult | clone() | 
| boolean | equals(Object obj) | 
| String | getClientToken()
 Unique, case-sensitive identifier you provide to ensure the idempotency of the request. | 
| List<String> | getFlowLogIds()
 The IDs of the flow logs. | 
| List<UnsuccessfulItem> | getUnsuccessful()
 Information about the flow logs that could not be created successfully. | 
| int | hashCode() | 
| void | setClientToken(String clientToken)
 Unique, case-sensitive identifier you provide to ensure the idempotency of the request. | 
| void | setFlowLogIds(Collection<String> flowLogIds)
 The IDs of the flow logs. | 
| void | setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
 Information about the flow logs that could not be created successfully. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| CreateFlowLogsResult | withClientToken(String clientToken)
 Unique, case-sensitive identifier you provide to ensure the idempotency of the request. | 
| CreateFlowLogsResult | withFlowLogIds(Collection<String> flowLogIds)
 The IDs of the flow logs. | 
| CreateFlowLogsResult | withFlowLogIds(String... flowLogIds)
 The IDs of the flow logs. | 
| CreateFlowLogsResult | withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
 Information about the flow logs that could not be created successfully. | 
| CreateFlowLogsResult | withUnsuccessful(UnsuccessfulItem... unsuccessful)
 Information about the flow logs that could not be created successfully. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getFlowLogIds()
The IDs of the flow logs.
public void setFlowLogIds(Collection<String> flowLogIds)
The IDs of the flow logs.
flowLogIds - The IDs of the flow logs.public CreateFlowLogsResult withFlowLogIds(String... flowLogIds)
The IDs of the flow logs.
 NOTE: This method appends the values to the existing list (if any). Use
 setFlowLogIds(java.util.Collection) or withFlowLogIds(java.util.Collection) if you want to
 override the existing values.
 
flowLogIds - The IDs of the flow logs.public CreateFlowLogsResult withFlowLogIds(Collection<String> flowLogIds)
The IDs of the flow logs.
flowLogIds - The IDs of the flow logs.public void setClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
clientToken - Unique, case-sensitive identifier you provide to ensure the idempotency of the request.public String getClientToken()
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
public CreateFlowLogsResult withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
clientToken - Unique, case-sensitive identifier you provide to ensure the idempotency of the request.public List<UnsuccessfulItem> getUnsuccessful()
Information about the flow logs that could not be created successfully.
public void setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be created successfully.
unsuccessful - Information about the flow logs that could not be created successfully.public CreateFlowLogsResult withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be created successfully.
 NOTE: This method appends the values to the existing list (if any). Use
 setUnsuccessful(java.util.Collection) or withUnsuccessful(java.util.Collection) if you want to
 override the existing values.
 
unsuccessful - Information about the flow logs that could not be created successfully.public CreateFlowLogsResult withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be created successfully.
unsuccessful - Information about the flow logs that could not be created successfully.public String toString()
toString in class ObjectObject.toString()public CreateFlowLogsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.