@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GitFilePathFilterCriteria extends Object implements Serializable, Cloneable, StructuredPojo
The Git repository file paths specified as filter criteria to start the pipeline.
| Constructor and Description |
|---|
GitFilePathFilterCriteria() |
| Modifier and Type | Method and Description |
|---|---|
GitFilePathFilterCriteria |
clone() |
boolean |
equals(Object obj) |
List<String> |
getExcludes()
The list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting
the pipeline.
|
List<String> |
getIncludes()
The list of patterns of Git repository file paths that, when a commit is pushed, are to be included as criteria
that starts the pipeline.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setExcludes(Collection<String> excludes)
The list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting
the pipeline.
|
void |
setIncludes(Collection<String> includes)
The list of patterns of Git repository file paths that, when a commit is pushed, are to be included as criteria
that starts the pipeline.
|
String |
toString()
Returns a string representation of this object.
|
GitFilePathFilterCriteria |
withExcludes(Collection<String> excludes)
The list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting
the pipeline.
|
GitFilePathFilterCriteria |
withExcludes(String... excludes)
The list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting
the pipeline.
|
GitFilePathFilterCriteria |
withIncludes(Collection<String> includes)
The list of patterns of Git repository file paths that, when a commit is pushed, are to be included as criteria
that starts the pipeline.
|
GitFilePathFilterCriteria |
withIncludes(String... includes)
The list of patterns of Git repository file paths that, when a commit is pushed, are to be included as criteria
that starts the pipeline.
|
public List<String> getIncludes()
The list of patterns of Git repository file paths that, when a commit is pushed, are to be included as criteria that starts the pipeline.
public void setIncludes(Collection<String> includes)
The list of patterns of Git repository file paths that, when a commit is pushed, are to be included as criteria that starts the pipeline.
includes - The list of patterns of Git repository file paths that, when a commit is pushed, are to be included as
criteria that starts the pipeline.public GitFilePathFilterCriteria withIncludes(String... includes)
The list of patterns of Git repository file paths that, when a commit is pushed, are to be included as criteria that starts the pipeline.
NOTE: This method appends the values to the existing list (if any). Use
setIncludes(java.util.Collection) or withIncludes(java.util.Collection) if you want to override
the existing values.
includes - The list of patterns of Git repository file paths that, when a commit is pushed, are to be included as
criteria that starts the pipeline.public GitFilePathFilterCriteria withIncludes(Collection<String> includes)
The list of patterns of Git repository file paths that, when a commit is pushed, are to be included as criteria that starts the pipeline.
includes - The list of patterns of Git repository file paths that, when a commit is pushed, are to be included as
criteria that starts the pipeline.public List<String> getExcludes()
The list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting the pipeline.
public void setExcludes(Collection<String> excludes)
The list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting the pipeline.
excludes - The list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from
starting the pipeline.public GitFilePathFilterCriteria withExcludes(String... excludes)
The list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting the pipeline.
NOTE: This method appends the values to the existing list (if any). Use
setExcludes(java.util.Collection) or withExcludes(java.util.Collection) if you want to override
the existing values.
excludes - The list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from
starting the pipeline.public GitFilePathFilterCriteria withExcludes(Collection<String> excludes)
The list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting the pipeline.
excludes - The list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from
starting the pipeline.public String toString()
toString in class ObjectObject.toString()public GitFilePathFilterCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.