@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutRepositoryTriggersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a put repository triggers operation.
Constructor and Description |
---|
PutRepositoryTriggersResult() |
Modifier and Type | Method and 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConfigurationId(String configurationId)
The system-generated unique ID for the create or update operation.
configurationId
- The system-generated unique ID for the create or update operation.public String getConfigurationId()
The system-generated unique ID for the create or update operation.
public PutRepositoryTriggersResult withConfigurationId(String configurationId)
The system-generated unique ID for the create or update operation.
configurationId
- The system-generated unique ID for the create or update operation.public String toString()
toString
in class Object
Object.toString()
public PutRepositoryTriggersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.