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()booleanThe system-generated unique ID for the create or update operation.inthashCode()voidsetConfigurationId(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
-
equals
-
hashCode
-
clone
-