@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WriteSegmentRequest extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
WriteSegmentRequest() |
| Modifier and Type | Method and Description |
|---|---|
WriteSegmentRequest |
clone() |
boolean |
equals(Object obj) |
SegmentDimensions |
getDimensions()
The segment dimensions attributes.
|
String |
getName()
The name of segment
|
SegmentGroupList |
getSegmentGroups()
A segment group, which consists of zero or more source segments, plus dimensions that are applied to those source
segments.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDimensions(SegmentDimensions dimensions)
The segment dimensions attributes.
|
void |
setName(String name)
The name of segment
|
void |
setSegmentGroups(SegmentGroupList segmentGroups)
A segment group, which consists of zero or more source segments, plus dimensions that are applied to those source
segments.
|
String |
toString()
Returns a string representation of this object.
|
WriteSegmentRequest |
withDimensions(SegmentDimensions dimensions)
The segment dimensions attributes.
|
WriteSegmentRequest |
withName(String name)
The name of segment
|
WriteSegmentRequest |
withSegmentGroups(SegmentGroupList segmentGroups)
A segment group, which consists of zero or more source segments, plus dimensions that are applied to those source
segments.
|
public void setDimensions(SegmentDimensions dimensions)
dimensions - The segment dimensions attributes.public SegmentDimensions getDimensions()
public WriteSegmentRequest withDimensions(SegmentDimensions dimensions)
dimensions - The segment dimensions attributes.public void setName(String name)
name - The name of segmentpublic String getName()
public WriteSegmentRequest withName(String name)
name - The name of segmentpublic void setSegmentGroups(SegmentGroupList segmentGroups)
segmentGroups - A segment group, which consists of zero or more source segments, plus dimensions that are applied to those
source segments. Your request can only include one segment group. Your request can include either a
SegmentGroups object or a Dimensions object, but not both.public SegmentGroupList getSegmentGroups()
public WriteSegmentRequest withSegmentGroups(SegmentGroupList segmentGroups)
segmentGroups - A segment group, which consists of zero or more source segments, plus dimensions that are applied to those
source segments. Your request can only include one segment group. Your request can include either a
SegmentGroups object or a Dimensions object, but not both.public String toString()
toString in class ObjectObject.toString()public WriteSegmentRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.