@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RepositoryTriggerExecutionFailure extends Object implements Serializable, Cloneable, StructuredPojo
A trigger failed to run.
Constructor and Description |
---|
RepositoryTriggerExecutionFailure() |
Modifier and Type | Method and Description |
---|---|
RepositoryTriggerExecutionFailure |
clone() |
boolean |
equals(Object obj) |
String |
getFailureMessage()
Additional message information about the trigger that did not run.
|
String |
getTrigger()
The name of the trigger that did not run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFailureMessage(String failureMessage)
Additional message information about the trigger that did not run.
|
void |
setTrigger(String trigger)
The name of the trigger that did not run.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RepositoryTriggerExecutionFailure |
withFailureMessage(String failureMessage)
Additional message information about the trigger that did not run.
|
RepositoryTriggerExecutionFailure |
withTrigger(String trigger)
The name of the trigger that did not run.
|
public void setTrigger(String trigger)
The name of the trigger that did not run.
trigger
- The name of the trigger that did not run.public String getTrigger()
The name of the trigger that did not run.
public RepositoryTriggerExecutionFailure withTrigger(String trigger)
The name of the trigger that did not run.
trigger
- The name of the trigger that did not run.public void setFailureMessage(String failureMessage)
Additional message information about the trigger that did not run.
failureMessage
- Additional message information about the trigger that did not run.public String getFailureMessage()
Additional message information about the trigger that did not run.
public RepositoryTriggerExecutionFailure withFailureMessage(String failureMessage)
Additional message information about the trigger that did not run.
failureMessage
- Additional message information about the trigger that did not run.public String toString()
toString
in class Object
Object.toString()
public RepositoryTriggerExecutionFailure clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.