@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; useful for testing and debugging.
|
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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public GetTriggersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.