Class PutRepositoryTriggersResult
- java.lang.Object
-
- com.amazonaws.services.codecommit.model.PutRepositoryTriggersResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class PutRepositoryTriggersResult extends Object implements Serializable, Cloneable
Represents the output of a put repository triggers operation.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PutRepositoryTriggersResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PutRepositoryTriggersResult
clone()
boolean
equals(Object obj)
String
getConfigurationId()
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.String
toString()
Returns a string representation of this object; useful for testing and debugging.PutRepositoryTriggersResult
withConfigurationId(String configurationId)
The system-generated unique ID for the create or update operation.
-
-
-
Method Detail
-
setConfigurationId
public void setConfigurationId(String configurationId)
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
public String 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
public PutRepositoryTriggersResult withConfigurationId(String configurationId)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public PutRepositoryTriggersResult clone()
-
-