Class PutRepositoryTriggersResult
java.lang.Object
com.amazonaws.services.codecommit.model.PutRepositoryTriggersResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a put repository triggers operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The system-generated unique ID for the create or update operation.int
hashCode()
void
setConfigurationId
(String configurationId) The system-generated unique ID for the create or update operation.toString()
Returns a string representation of this object; useful for testing and debugging.withConfigurationId
(String configurationId) The system-generated unique ID for the create or update operation.
-
Constructor Details
-
PutRepositoryTriggersResult
public PutRepositoryTriggersResult()
-
-
Method Details
-
setConfigurationId
The system-generated unique ID for the create or update operation.
- Parameters:
configurationId
- The system-generated unique ID for the create or update operation.
-
getConfigurationId
The system-generated unique ID for the create or update operation.
- Returns:
- The system-generated unique ID for the create or update operation.
-
withConfigurationId
The system-generated unique ID for the create or update operation.
- Parameters:
configurationId
- The system-generated unique ID for the create or update operation.- 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
-