public class CreateFlowLogsResult extends Object implements Serializable
Contains the output of CreateFlowLogs.
| Constructor and Description | 
|---|
| CreateFlowLogsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public List<String> getFlowLogIds()
public void setFlowLogIds(Collection<String> flowLogIds)
flowLogIds - The IDs of the flow logs.public CreateFlowLogsResult withFlowLogIds(String... flowLogIds)
Returns a reference to this object so that method calls can be chained together.
flowLogIds - The IDs of the flow logs.public CreateFlowLogsResult withFlowLogIds(Collection<String> flowLogIds)
Returns a reference to this object so that method calls can be chained together.
flowLogIds - The IDs of the flow logs.public String getClientToken()
public void setClientToken(String clientToken)
clientToken - Unique, case-sensitive identifier you provide to ensure the
         idempotency of the request.public CreateFlowLogsResult withClientToken(String clientToken)
Returns a reference to this object so that method calls can be chained together.
clientToken - Unique, case-sensitive identifier you provide to ensure the
         idempotency of the request.public List<UnsuccessfulItem> getUnsuccessful()
public void setUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
unsuccessful - Information about the flow logs that could not be created
         successfully.public CreateFlowLogsResult withUnsuccessful(UnsuccessfulItem... unsuccessful)
Returns a reference to this object so that method calls can be chained together.
unsuccessful - Information about the flow logs that could not be created
         successfully.public CreateFlowLogsResult withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Returns a reference to this object so that method calls can be chained together.
unsuccessful - Information about the flow logs that could not be created
         successfully.public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.