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
Include
public 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.Include
public 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.Include
public 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.Include
public 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.Include
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.