@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SegmentGroupList extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
SegmentGroupList() |
| Modifier and Type | Method and Description |
|---|---|
SegmentGroupList |
clone() |
boolean |
equals(Object obj) |
List<SegmentGroup> |
getGroups()
A set of segment criteria to evaluate.
|
String |
getInclude()
Specify how to handle multiple segment groups.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setGroups(Collection<SegmentGroup> groups)
A set of segment criteria to evaluate.
|
void |
setInclude(String include)
Specify how to handle multiple segment groups.
|
String |
toString()
Returns a string representation of this object.
|
SegmentGroupList |
withGroups(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(String include)
Specify how to handle multiple segment groups.
|
public List<SegmentGroup> getGroups()
public void setGroups(Collection<SegmentGroup> groups)
groups - A set of segment criteria to evaluate.public SegmentGroupList withGroups(SegmentGroup... groups)
NOTE: This method appends the values to the existing list (if any). Use
setGroups(java.util.Collection) or withGroups(java.util.Collection) if you want to override the
existing values.
groups - A set of segment criteria to evaluate.public SegmentGroupList withGroups(Collection<SegmentGroup> groups)
groups - A set of segment criteria to evaluate.public void setInclude(String include)
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 String getInclude()
Includepublic SegmentGroupList withInclude(String include)
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)
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 String toString()
toString in class ObjectObject.toString()public SegmentGroupList clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.