Class GetRepositoryTriggersResult
java.lang.Object
com.amazonaws.services.codecommit.model.GetRepositoryTriggersResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a get repository triggers operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The system-generated unique ID for the trigger.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.toString()
Returns a string representation of this object; useful for testing and debugging.withConfigurationId
(String configurationId) The system-generated unique ID for the trigger.withTriggers
(RepositoryTrigger... triggers) The JSON block of configuration information for each trigger.withTriggers
(Collection<RepositoryTrigger> triggers) The JSON block of configuration information for each trigger.
-
Constructor Details
-
GetRepositoryTriggersResult
public GetRepositoryTriggersResult()
-
-
Method Details
-
setConfigurationId
The system-generated unique ID for the trigger.
- Parameters:
configurationId
- The system-generated unique ID for the trigger.
-
getConfigurationId
The system-generated unique ID for the trigger.
- Returns:
- The system-generated unique ID for the trigger.
-
withConfigurationId
The system-generated unique ID for the trigger.
- Parameters:
configurationId
- The system-generated unique ID for the trigger.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getTriggers
The JSON block of configuration information for each trigger.
- Returns:
- The JSON block of configuration information for each trigger.
-
setTriggers
The JSON block of configuration information for each trigger.
- Parameters:
triggers
- The JSON block of configuration information for each trigger.
-
withTriggers
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)
orwithTriggers(java.util.Collection)
if you want to override the existing values.- Parameters:
triggers
- The JSON block of configuration information for each trigger.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTriggers
The JSON block of configuration information for each trigger.
- Parameters:
triggers
- The JSON block of configuration information for each trigger.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-