public class SegmentGroupList
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SegmentGroupList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<SegmentGroup> |
getGroups()
A set of segment criteria to evaluate.
|
java.lang.String |
getInclude()
Specify how to handle multiple segment groups.
|
int |
hashCode() |
void |
setGroups(java.util.Collection<SegmentGroup> groups)
A set of segment criteria to evaluate.
|
void |
setInclude(Include include)
Specify how to handle multiple segment groups.
|
void |
setInclude(java.lang.String include)
Specify how to handle multiple segment groups.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SegmentGroupList |
withGroups(java.util.Collection<SegmentGroup> groups)
A set of segment criteria to evaluate.
|
SegmentGroupList |
withGroups(SegmentGroup... groups)
A set of segment criteria to evaluate.
|
SegmentGroupList |
withInclude(Include include)
Specify how to handle multiple segment groups.
|
SegmentGroupList |
withInclude(java.lang.String include)
Specify how to handle multiple segment groups.
|
public java.util.List<SegmentGroup> getGroups()
public void setGroups(java.util.Collection<SegmentGroup> groups)
groups - A set of segment criteria to evaluate.public SegmentGroupList withGroups(SegmentGroup... groups)
Returns a reference to this object so that method calls can be chained together.
groups - A set of segment criteria to evaluate.public SegmentGroupList withGroups(java.util.Collection<SegmentGroup> groups)
Returns a reference to this object so that method calls can be chained together.
groups - A set of segment criteria to evaluate.public java.lang.String getInclude()
Constraints:
Allowed Values: ALL, ANY, NONE
Includepublic void setInclude(java.lang.String include)
Constraints:
Allowed Values: ALL, ANY, NONE
include - Specify how to handle multiple segment groups. For
example, if the segment includes three segment groups, should
the resulting segment include endpoints that are matched by
all, any, or none of the segment groups you created.
Acceptable values: ALL, ANY, or NONE.Includepublic SegmentGroupList withInclude(java.lang.String include)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ALL, ANY, NONE
include - Specify how to handle multiple segment groups. For
example, if the segment includes three segment groups, should
the resulting segment include endpoints that are matched by
all, any, or none of the segment groups you created.
Acceptable values: ALL, ANY, or NONE.Includepublic void setInclude(Include include)
Constraints:
Allowed Values: ALL, ANY, NONE
include - Specify how to handle multiple segment groups. For
example, if the segment includes three segment groups, should
the resulting segment include endpoints that are matched by
all, any, or none of the segment groups you created.
Acceptable values: ALL, ANY, or NONE.Includepublic SegmentGroupList withInclude(Include include)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ALL, ANY, NONE
include - Specify how to handle multiple segment groups. For
example, if the segment includes three segment groups, should
the resulting segment include endpoints that are matched by
all, any, or none of the segment groups you created.
Acceptable values: ALL, ANY, or NONE.Includepublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.