@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTriggersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTriggersResult() |
Modifier and Type | Method and Description |
---|---|
GetTriggersResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A continuation token, if not all the requested triggers have yet been returned.
|
List<Trigger> |
getTriggers()
A list of triggers for the specified job.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A continuation token, if not all the requested triggers have yet been returned.
|
void |
setTriggers(Collection<Trigger> triggers)
A list of triggers for the specified job.
|
String |
toString()
Returns a string representation of this object.
|
GetTriggersResult |
withNextToken(String nextToken)
A continuation token, if not all the requested triggers have yet been returned.
|
GetTriggersResult |
withTriggers(Collection<Trigger> triggers)
A list of triggers for the specified job.
|
GetTriggersResult |
withTriggers(Trigger... triggers)
A list of triggers for the specified job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Trigger> getTriggers()
A list of triggers for the specified job.
public void setTriggers(Collection<Trigger> triggers)
A list of triggers for the specified job.
triggers
- A list of triggers for the specified job.public GetTriggersResult withTriggers(Trigger... triggers)
A list of triggers for the specified job.
NOTE: This method appends the values to the existing list (if any). Use
setTriggers(java.util.Collection)
or withTriggers(java.util.Collection)
if you want to override
the existing values.
triggers
- A list of triggers for the specified job.public GetTriggersResult withTriggers(Collection<Trigger> triggers)
A list of triggers for the specified job.
triggers
- A list of triggers for the specified job.public void setNextToken(String nextToken)
A continuation token, if not all the requested triggers have yet been returned.
nextToken
- A continuation token, if not all the requested triggers have yet been returned.public String getNextToken()
A continuation token, if not all the requested triggers have yet been returned.
public GetTriggersResult withNextToken(String nextToken)
A continuation token, if not all the requested triggers have yet been returned.
nextToken
- A continuation token, if not all the requested triggers have yet been returned.public String toString()
toString
in class Object
Object.toString()
public GetTriggersResult clone()