public class CreateFlowLogsResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of CreateFlowLogs.
| Constructor and Description | 
|---|
| CreateFlowLogsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| java.lang.String | getClientToken()Unique, case-sensitive identifier you provide to ensure the
 idempotency of the request. | 
| java.util.List<java.lang.String> | getFlowLogIds()The IDs of the flow logs. | 
| java.util.List<UnsuccessfulItem> | getUnsuccessful()Information about the flow logs that could not be created
 successfully. | 
| int | hashCode() | 
| void | setClientToken(java.lang.String clientToken)Unique, case-sensitive identifier you provide to ensure the
 idempotency of the request. | 
| void | setFlowLogIds(java.util.Collection<java.lang.String> flowLogIds)The IDs of the flow logs. | 
| void | setUnsuccessful(java.util.Collection<UnsuccessfulItem> unsuccessful)Information about the flow logs that could not be created
 successfully. | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| CreateFlowLogsResult | withClientToken(java.lang.String clientToken)Unique, case-sensitive identifier you provide to ensure the
 idempotency of the request. | 
| CreateFlowLogsResult | withFlowLogIds(java.util.Collection<java.lang.String> flowLogIds)The IDs of the flow logs. | 
| CreateFlowLogsResult | withFlowLogIds(java.lang.String... flowLogIds)The IDs of the flow logs. | 
| CreateFlowLogsResult | withUnsuccessful(java.util.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 java.util.List<java.lang.String> getFlowLogIds()
public void setFlowLogIds(java.util.Collection<java.lang.String> flowLogIds)
flowLogIds - The IDs of the flow logs.public CreateFlowLogsResult withFlowLogIds(java.lang.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(java.util.Collection<java.lang.String> flowLogIds)
Returns a reference to this object so that method calls can be chained together.
flowLogIds - The IDs of the flow logs.public java.lang.String getClientToken()
public void setClientToken(java.lang.String clientToken)
clientToken - Unique, case-sensitive identifier you provide to ensure the
         idempotency of the request.public CreateFlowLogsResult withClientToken(java.lang.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 java.util.List<UnsuccessfulItem> getUnsuccessful()
public void setUnsuccessful(java.util.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(java.util.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object