@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRepositoryTriggersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a get repository triggers operation.
| Constructor and Description |
|---|
GetRepositoryTriggersResult() |
| Modifier and Type | Method and Description |
|---|---|
GetRepositoryTriggersResult |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationId()
The system-generated unique ID for the trigger.
|
List<RepositoryTrigger> |
getTriggers()
The JSON block of configuration information for each trigger.
|
int |
hashCode() |
void |
setConfigurationId(String configurationId)
The system-generated unique ID for the trigger.
|
void |
setTriggers(Collection<RepositoryTrigger> triggers)
The JSON block of configuration information for each trigger.
|
String |
toString()
Returns a string representation of this object.
|
GetRepositoryTriggersResult |
withConfigurationId(String configurationId)
The system-generated unique ID for the trigger.
|
GetRepositoryTriggersResult |
withTriggers(Collection<RepositoryTrigger> triggers)
The JSON block of configuration information for each trigger.
|
GetRepositoryTriggersResult |
withTriggers(RepositoryTrigger... triggers)
The JSON block of configuration information for each trigger.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setConfigurationId(String configurationId)
The system-generated unique ID for the trigger.
configurationId - The system-generated unique ID for the trigger.public String getConfigurationId()
The system-generated unique ID for the trigger.
public GetRepositoryTriggersResult withConfigurationId(String configurationId)
The system-generated unique ID for the trigger.
configurationId - The system-generated unique ID for the trigger.public List<RepositoryTrigger> getTriggers()
The JSON block of configuration information for each trigger.
public void setTriggers(Collection<RepositoryTrigger> triggers)
The JSON block of configuration information for each trigger.
triggers - The JSON block of configuration information for each trigger.public GetRepositoryTriggersResult withTriggers(RepositoryTrigger... triggers)
The JSON block of configuration information for each trigger.
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 - The JSON block of configuration information for each trigger.public GetRepositoryTriggersResult withTriggers(Collection<RepositoryTrigger> triggers)
The JSON block of configuration information for each trigger.
triggers - The JSON block of configuration information for each trigger.public String toString()
toString in class ObjectObject.toString()public GetRepositoryTriggersResult clone()