public class CreateFlowLogsResult extends Object implements Serializable, Cloneable
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.
|
public List<String> getFlowLogIds()
public void setFlowLogIds(Collection<String> flowLogIds)
flowLogIds
- The IDs of the flow logs.public CreateFlowLogsResult withFlowLogIds(String... flowLogIds)
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.
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)
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.
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 Object
Object.toString()
public CreateFlowLogsResult clone()
Copyright © 2015. All rights reserved.