@Generated(value="software.amazon.awssdk:codegen") public class RepositoryTriggerExecutionFailure extends Object implements StructuredPojo, ToCopyableBuilder<RepositoryTriggerExecutionFailure.Builder,RepositoryTriggerExecutionFailure>
A trigger failed to run.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RepositoryTriggerExecutionFailure.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryTriggerExecutionFailure.Builder |
builder() |
boolean |
equals(Object obj) |
String |
failureMessage()
Additional message information about the trigger that did not run.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends RepositoryTriggerExecutionFailure.Builder> |
serializableBuilderClass() |
RepositoryTriggerExecutionFailure.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
trigger()
The name of the trigger that did not run.
|
copypublic String trigger()
The name of the trigger that did not run.
public String failureMessage()
Additional message information about the trigger that did not run.
public RepositoryTriggerExecutionFailure.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<RepositoryTriggerExecutionFailure.Builder,RepositoryTriggerExecutionFailure>public static RepositoryTriggerExecutionFailure.Builder builder()
public static Class<? extends RepositoryTriggerExecutionFailure.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.