@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetTriggersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetTriggersResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetTriggersResult |
clone() |
boolean |
equals(Object obj) |
List<Trigger> |
getTriggers()
A list of trigger definitions.
|
List<String> |
getTriggersNotFound()
A list of names of triggers not found.
|
int |
hashCode() |
void |
setTriggers(Collection<Trigger> triggers)
A list of trigger definitions.
|
void |
setTriggersNotFound(Collection<String> triggersNotFound)
A list of names of triggers not found.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetTriggersResult |
withTriggers(Collection<Trigger> triggers)
A list of trigger definitions.
|
BatchGetTriggersResult |
withTriggers(Trigger... triggers)
A list of trigger definitions.
|
BatchGetTriggersResult |
withTriggersNotFound(Collection<String> triggersNotFound)
A list of names of triggers not found.
|
BatchGetTriggersResult |
withTriggersNotFound(String... triggersNotFound)
A list of names of triggers not found.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Trigger> getTriggers()
A list of trigger definitions.
public void setTriggers(Collection<Trigger> triggers)
A list of trigger definitions.
triggers
- A list of trigger definitions.public BatchGetTriggersResult withTriggers(Trigger... triggers)
A list of trigger definitions.
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 trigger definitions.public BatchGetTriggersResult withTriggers(Collection<Trigger> triggers)
A list of trigger definitions.
triggers
- A list of trigger definitions.public List<String> getTriggersNotFound()
A list of names of triggers not found.
public void setTriggersNotFound(Collection<String> triggersNotFound)
A list of names of triggers not found.
triggersNotFound
- A list of names of triggers not found.public BatchGetTriggersResult withTriggersNotFound(String... triggersNotFound)
A list of names of triggers not found.
NOTE: This method appends the values to the existing list (if any). Use
setTriggersNotFound(java.util.Collection)
or withTriggersNotFound(java.util.Collection)
if you
want to override the existing values.
triggersNotFound
- A list of names of triggers not found.public BatchGetTriggersResult withTriggersNotFound(Collection<String> triggersNotFound)
A list of names of triggers not found.
triggersNotFound
- A list of names of triggers not found.public String toString()
toString
in class Object
Object.toString()
public BatchGetTriggersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.