StructuredPojo
, ToCopyableBuilder<RepositoryTriggerExecutionFailure.Builder,RepositoryTriggerExecutionFailure>
@Generated("software.amazon.awssdk:codegen") public class RepositoryTriggerExecutionFailure extends Object implements StructuredPojo, ToCopyableBuilder<RepositoryTriggerExecutionFailure.Builder,RepositoryTriggerExecutionFailure>
A trigger failed to run.
Modifier and Type | Class | Description |
---|---|---|
static interface |
RepositoryTriggerExecutionFailure.Builder |
Modifier and Type | Method | Description |
---|---|---|
static RepositoryTriggerExecutionFailure.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
failureMessage() |
Additional message information about the trigger that did not run.
|
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.
|
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RepositoryTriggerExecutionFailure.Builder,RepositoryTriggerExecutionFailure>
public static RepositoryTriggerExecutionFailure.Builder builder()
public static Class<? extends RepositoryTriggerExecutionFailure.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.