@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GitPushFilter extends Object implements Serializable, Cloneable, StructuredPojo
The event criteria that specify when a specified repository event will start the pipeline for the specified trigger configuration, such as the lists of Git tags to include and exclude.
| Constructor and Description |
|---|
GitPushFilter() |
| Modifier and Type | Method and Description |
|---|---|
GitPushFilter |
clone() |
boolean |
equals(Object obj) |
GitTagFilterCriteria |
getTags()
The field that contains the details for the Git tags trigger configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTags(GitTagFilterCriteria tags)
The field that contains the details for the Git tags trigger configuration.
|
String |
toString()
Returns a string representation of this object.
|
GitPushFilter |
withTags(GitTagFilterCriteria tags)
The field that contains the details for the Git tags trigger configuration.
|
public void setTags(GitTagFilterCriteria tags)
The field that contains the details for the Git tags trigger configuration.
tags - The field that contains the details for the Git tags trigger configuration.public GitTagFilterCriteria getTags()
The field that contains the details for the Git tags trigger configuration.
public GitPushFilter withTags(GitTagFilterCriteria tags)
The field that contains the details for the Git tags trigger configuration.
tags - The field that contains the details for the Git tags trigger configuration.public String toString()
toString in class ObjectObject.toString()public GitPushFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.